class Faker::Emotion

def adjective

Returns:
  • (String) -
def adjective
  fetch('emotion.adjective')
end

def noun

Returns:
  • (String) -
def noun
  fetch('emotion.noun')
end