class Faker::Games::Control

def altered_item

Returns:
  • (String) -
def altered_item
  fetch('games.control.altered_item')
end

def altered_world_event

Returns:
  • (String) -
def altered_world_event
  fetch('games.control.altered_world_event')
end

def character

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

def hiss

Returns:
  • (String) -
def hiss
  fetch('games.control.hiss')
end

def location

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

def object_of_power

Returns:
  • (String) -
def object_of_power
  fetch('games.control.object_of_power')
end

def quote

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

def the_board

Returns:
  • (String) -
def the_board
  fetch('games.control.the_board')
end