class Faker::Ancient

def god

Returns:
  • (String) -
def god
  fetch('ancient.god')
end

def hero

Returns:
  • (String) -
def hero
  fetch('ancient.hero')
end

def primordial

Returns:
  • (String) -
def primordial
  fetch('ancient.primordial')
end

def titan

Returns:
  • (String) -
def titan
  fetch('ancient.titan')
end