class Faker::Games::SuperMario

def character

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

def game

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

def location

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