Class: Faker::Ancient
Constant Summary
Constants inherited from Base
Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters
Class Method Summary collapse
-
.god ⇒ String
Produces a god from ancient mythology.
-
.hero ⇒ String
Produces a hero from ancient mythology.
-
.primordial ⇒ String
Produces a primordial from ancient mythology.
-
.titan ⇒ String
Produces a titan from ancient mythology.
Methods inherited from Base
bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, generate, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, shuffle!, translate, unique, with_locale
Class Method Details
.god ⇒ String
Produces a god from ancient mythology.
15 16 17 |
# File 'lib/faker/default/ancient.rb', line 15 def god fetch('ancient.god') end |
.hero ⇒ String
Produces a hero from ancient mythology.
54 55 56 |
# File 'lib/faker/default/ancient.rb', line 54 def hero fetch('ancient.hero') end |
.primordial ⇒ String
Produces a primordial from ancient mythology.
28 29 30 |
# File 'lib/faker/default/ancient.rb', line 28 def primordial fetch('ancient.primordial') end |
.titan ⇒ String
Produces a titan from ancient mythology.
41 42 43 |
# File 'lib/faker/default/ancient.rb', line 41 def titan fetch('ancient.titan') end |