class Faker::Games::Myst

def age

Returns:
  • (String) -
def age
  fetch('games.myst.ages')
end

def character

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

def creature

Returns:
  • (String) -
def creature
  fetch('games.myst.creatures')
end

def game

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

def quote

Returns:
  • (String) -
def quote
  fetch('games.myst.quotes')
end