Class: Faker::Ancient

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

Constant Summary

Constants inherited from Base

Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters

Class Method Summary collapse

Methods inherited from Base

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

Class Method Details

.godObject



6
7
8
# File 'lib/faker/default/ancient.rb', line 6

def god
  fetch('ancient.god')
end

.heroObject



18
19
20
# File 'lib/faker/default/ancient.rb', line 18

def hero
  fetch('ancient.hero')
end

.primordialObject



10
11
12
# File 'lib/faker/default/ancient.rb', line 10

def primordial
  fetch('ancient.primordial')
end

.titanObject



14
15
16
# File 'lib/faker/default/ancient.rb', line 14

def titan
  fetch('ancient.titan')
end