Class: Faker::Zelda

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

Class Method Details

.characterObject



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

def character
  fetch('zelda.characters')
end

.gameObject



5
6
7
# File 'lib/faker/zelda.rb', line 5

def game
  fetch('zelda.games')
end

.locationObject



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

def location
  fetch('zelda.locations')
end