class Faker::Cosmere

def allomancer

Returns:
  • (String) -
def allomancer
  sample(allomancers)
end

def aon

Returns:
  • (String) -
def aon
  sample(aons)
end

def feruchemist

Returns:
  • (String) -
def feruchemist
  sample(feruchemists)
end

def herald

Returns:
  • (String) -
def herald
  sample(heralds)
end

def knight_radiant

Returns:
  • (String) -
def knight_radiant
  sample(knights_radiant)
end

def metal

Returns:
  • (String) -
def metal
  sample(metals)
end

def shard

Returns:
  • (String) -
def shard
  sample(shards)
end

def shard_world

Returns:
  • (String) -
def shard_world
  sample(shard_worlds)
end

def spren

Returns:
  • (String) -
def spren
  sample(sprens)
end

def surge

Returns:
  • (String) -
def surge
  sample(surges)
end