class Faker::Emotion
Public Class Methods
Source
# File lib/faker/default/emotion.rb, line 28 def adjective fetch('emotion.adjective') end
Produces an emotion adjective.
@return [String]
@example
Faker::Emotion.adjective # => "nonplussed"
@faker.version next
Source
# File lib/faker/default/emotion.rb, line 15 def noun fetch('emotion.noun') end
Produces an emotion noun.
@return [String]
@example
Faker::Emotion.noun #=> "amazement"
@faker.version next