Produces the name of a rock band.
Faker::Music::RockBand.name #=> "Led Zeppelin"
Returns:
Available since:
1.7.0
16 17 18
# File 'lib/faker/music/rock_band.rb', line 16 def name fetch('rock_band.name') end