module FFaker::Music
def album
def album fetch_sample(ALBUMS) end
def artist
def artist fetch_sample(ARTISTS) end
def genre
def genre fetch_sample(GENRES) end
def song
def song fetch_sample(SONGS) end
def album fetch_sample(ALBUMS) end
def artist fetch_sample(ARTISTS) end
def genre fetch_sample(GENRES) end
def song fetch_sample(SONGS) end