Method: Faker::Games::Zelda.item
- Defined in:
- lib/faker/games/zelda.rb
.item ⇒ String
Produces the name of an item from the Legend of Zelda games.
56 57 58 |
# File 'lib/faker/games/zelda.rb', line 56 def item fetch('games.zelda.items') end |