Class: Faker::Ancient

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/ancient.rb

Constant Summary

Constants inherited from Base

Base::Letters, Base::Numbers, Base::ULetters

Class Method Summary collapse

Methods inherited from Base

bothify, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, sample, shuffle, translate, unique, with_locale

Class Method Details

.godObject



4
5
6
# File 'lib/faker/ancient.rb', line 4

def god
  fetch('ancient.god')
end

.heroObject



16
17
18
# File 'lib/faker/ancient.rb', line 16

def hero
  fetch('ancient.hero')
end

.primordialObject



8
9
10
# File 'lib/faker/ancient.rb', line 8

def primordial
  fetch('ancient.primordial')
end

.titanObject



12
13
14
# File 'lib/faker/ancient.rb', line 12

def titan
  fetch('ancient.titan')
end