class Faker::Music::Prince
def album
-
(String)
-
def album fetch('prince.album') end
def band
-
(String)
-
def band fetch('prince.band') end
def lyric
-
(String)
-
def lyric fetch('prince.lyric') end
def song
-
(String)
-
def song fetch('prince.song') end