class Faker::Games::Witcher

def book

Returns:
  • (String) -
def book
  fetch('games.witcher.books')
end

def character

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

def location

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

def monster

Returns:
  • (String) -
def monster
  fetch('games.witcher.monsters')
end

def potion

Returns:
  • (String) -
def potion
  fetch('games.witcher.potions')
end

def quote

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

def school

Returns:
  • (String) -
def school
  fetch('games.witcher.schools')
end

def sign

Returns:
  • (String) -
def sign
  fetch('games.witcher.signs')
end

def witcher

Returns:
  • (String) -
def witcher
  fetch('games.witcher.witchers')
end