class Faker::Zelda

Public Class Methods

character() click to toggle source
# File lib/faker/zelda.rb, line 9
def character
  fetch('zelda.characters')
end
game() click to toggle source
# File lib/faker/zelda.rb, line 5
def game
  fetch('zelda.games')
end
item() click to toggle source
# File lib/faker/zelda.rb, line 17
def item
  fetch('zelda.items')
end
location() click to toggle source
# File lib/faker/zelda.rb, line 13
def location
  fetch('zelda.locations')
end