class Faker::Music::Phish
Public Class Methods
Source
# File lib/faker/music/phish.rb, line 16 def album fetch('phish.albums') end
Produces the name of a album by Phish
.
@return [String]
@example
Faker::Music::Phish.album #=> "Fuego"
@faker.version 2.13.0
Source
# File lib/faker/music/phish.rb, line 29 def musician fetch('phish.musicians') end
Produces the name of a musician in Phish
.
@return [String]
@example
Faker::Music::Phish.musician #=> "Trey Anastasio"
@faker.version 2.13.0