Class: Faker::Zelda

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

Class Method Summary collapse

Class Method Details

.characterObject



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

def character
  Faker::Games::Zelda.character
end

.gameObject



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

def game
  Faker::Games::Zelda.game
end

.itemObject



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

def item
  Faker::Games::Zelda.item
end

.locationObject



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

def location
  Faker::Games::Zelda.location
end