class Faker::Games::SonicTheHedgehog

def character

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

def game

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

def zone

Returns:
  • (String) -
def zone
  fetch('games.sonic_the_hedgehog.zone')
end