class Faker::Music::Rush
Public Class Methods
Source
# File lib/faker/music/rush.rb, line 31 def album fetch('rush.albums') end
Produces the name of an album by Rush
@return [String]
@example
Faker::Music::Rush.album #=> "Hold Your Fire"
@faker.version 2.13.0