Class: Faker::BossaNova

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/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, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, sample, shuffle, translate, unique, with_locale

Class Method Details

.artistObject



4
5
6
# File 'lib/faker/bossa_nova.rb', line 4

def artist
  fetch('bossa_nova.artists')
end

.songObject



8
9
10
# File 'lib/faker/bossa_nova.rb', line 8

def song
  fetch('bossa_nova.songs')
end