Class: Faker::Myst

Inherits:
Object
  • Object
show all
Extended by:
Gem::Deprecate
Defined in:
lib/faker/deprecate/myst.rb

Class Method Summary collapse

Class Method Details

.ageObject



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

def age
  Faker::Games::Myst.age
end

.characterObject



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

def character
  Faker::Games::Myst.character
end

.creatureObject



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

def creature
  Faker::Games::Myst.creature
end

.gameObject



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

def game
  Faker::Games::Myst.game
end

.quoteObject



24
25
26
# File 'lib/faker/deprecate/myst.rb', line 24

def quote
  Faker::Games::Myst.quote
end