Class: Faker::Music::UmphreysMcgee

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/music/umphreys_mcgee.rb

Constant Summary

Constants inherited from Base

Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters

Class Method Summary collapse

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, translate, unique, with_locale

Class Method Details

.songString

Produces the name of a song by Umphrey’s McGee.

Examples:

Faker::Music::UmphreysMcgee.song #=> "Dump City"

Returns:



16
17
18
# File 'lib/faker/music/umphreys_mcgee.rb', line 16

def song
  fetch('umphreys_mcgee.song')
end