Class: Faker::BossaNova

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/default/bossa_nova.rb

Constant Summary

Constants inherited from Base

Faker::Base::Letters, Faker::Base::Numbers, Faker::Base::ULetters

Class Method Summary collapse

Methods inherited from Base

bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, translate, unique, with_locale

Class Method Details

.artistObject



6
7
8
# File 'lib/faker/default/bossa_nova.rb', line 6

def artist
  fetch('bossa_nova.artists')
end

.songObject



10
11
12
# File 'lib/faker/default/bossa_nova.rb', line 10

def song
  fetch('bossa_nova.songs')
end