Class: Faker::Myst

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/myst.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, respond_to_missing?, sample, shuffle, translate, unique, with_locale

Class Method Details

.ageObject



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

def age
  fetch('myst.ages')
end

.characterObject



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

def character
  fetch('myst.characters')
end

.creatureObject



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

def creature
  fetch('myst.creatures')
end

.gameObject



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

def game
  fetch('myst.games')
end

.quoteObject



20
21
22
# File 'lib/faker/myst.rb', line 20

def quote
  fetch('myst.quotes')
end