Method: Faker::Coffee.notes

Defined in:
lib/faker/default/coffee.rb

.notesString

Produces a string containing a random description of a coffee’s taste.

Examples:

Faker::Coffee.notes #=> "dull, tea-like, cantaloupe, soy sauce, marshmallow"

Returns:



58
59
60
# File 'lib/faker/default/coffee.rb', line 58

def notes
  parse('coffee.notes')
end