class Faker::Games::Touhou

def character

Returns:
  • (String) -
def character
  fetch('games.touhou.characters')
end

def game

Returns:
  • (String) -
def game
  fetch('games.touhou.games')
end

def location

Returns:
  • (String) -
def location
  fetch('games.touhou.locations')
end

def song

Returns:
  • (String) -
def song
  fetch('games.touhou.songs')
end

def spell_card

Returns:
  • (String) -
def spell_card
  fetch('games.touhou.spell_cards')
end