Class: Faker::Music::GratefulDead
- Defined in:
- lib/faker/music/grateful_dead.rb
Constant Summary
Constants inherited from Base
Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters
Class Method Summary collapse
-
.player ⇒ String
Produces the name of a member of The Grateful Dead.
-
.song ⇒ String
Produces the name of a song by The Grateful Dead.
Methods inherited from Base
bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, generate, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, shuffle!, translate, unique, with_locale
Class Method Details
.player ⇒ String
Produces the name of a member of The Grateful Dead.
18 19 20 |
# File 'lib/faker/music/grateful_dead.rb', line 18 def player fetch('grateful_dead.players') end |
.song ⇒ String
Produces the name of a song by The Grateful Dead.
31 32 33 |
# File 'lib/faker/music/grateful_dead.rb', line 31 def song fetch('grateful_dead.songs') end |