class Faker::Cosmere

Public Class Methods

allomancer() click to toggle source
# File lib/faker/default/cosmere.rb, line 31
def allomancer
  sample(allomancers)
end
aon() click to toggle source
# File lib/faker/default/cosmere.rb, line 7
def aon
  sample(aons)
end
feruchemist() click to toggle source
# File lib/faker/default/cosmere.rb, line 35
def feruchemist
  sample(feruchemists)
end
herald() click to toggle source
# File lib/faker/default/cosmere.rb, line 39
def herald
  sample(heralds)
end
knight_radiant() click to toggle source
# File lib/faker/default/cosmere.rb, line 23
def knight_radiant
  sample(knights_radiant)
end
metal() click to toggle source
# File lib/faker/default/cosmere.rb, line 27
def metal
  sample(metals)
end
shard() click to toggle source
# File lib/faker/default/cosmere.rb, line 15
def shard
  sample(shards)
end
shard_world() click to toggle source
# File lib/faker/default/cosmere.rb, line 11
def shard_world
  sample(shard_worlds)
end
spren() click to toggle source
# File lib/faker/default/cosmere.rb, line 43
def spren
  sample(sprens)
end
surge() click to toggle source
# File lib/faker/default/cosmere.rb, line 19
def surge
  sample(surges)
end