Class: Faker::BossaNova
Constant Summary
Constants inherited from Base
Faker::Base::Letters, Faker::Base::Numbers, Faker::Base::ULetters
Class Method Summary collapse
Methods inherited from Base
bothify, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, respond_to_missing?, sample, shuffle, translate, unique, with_locale
Class Method Details
.artist ⇒ Object
4 5 6 |
# File 'lib/faker/bossa_nova.rb', line 4 def artist fetch('bossa_nova.artists') end |
.song ⇒ Object
8 9 10 |
# File 'lib/faker/bossa_nova.rb', line 8 def song fetch('bossa_nova.songs') end |