class Faker::Games::Fallout

def character

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

def faction

Returns:
  • (String) -
def faction
  fetch('games.fallout.factions')
end

def location

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

def quote

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