Method: Faker::Coffee.notes
- Defined in:
- lib/faker/default/coffee.rb
.notes ⇒ String
Produces a string containing a random description of a coffee’s taste.
58 59 60 |
# File 'lib/faker/default/coffee.rb', line 58 def notes parse('coffee.notes') end |