class Faker::Games::Touhou
def character
-
(String)
-
def character fetch('games.touhou.characters') end
def game
-
(String)
-
def game fetch('games.touhou.games') end
def location
-
(String)
-
def location fetch('games.touhou.locations') end
def song
-
(String)
-
def song fetch('games.touhou.songs') end
def spell_card
-
(String)
-
def spell_card fetch('games.touhou.spell_cards') end