Class: Faker::Games::SuperMario
- Defined in:
- lib/faker/games/super_mario.rb
Constant Summary
Constants inherited from Base
Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters
Class Method Summary collapse
-
.character ⇒ String
Produces the name of a Super Mario character.
-
.game ⇒ String
Produces the name of a Super Mario game.
-
.location ⇒ String
Produces the name of a Super Mario location.
Methods inherited from Base
bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, generate, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, shuffle!, translate, unique, with_locale
Class Method Details
.character ⇒ String
Produces the name of a Super Mario character.
16 17 18 |
# File 'lib/faker/games/super_mario.rb', line 16 def character fetch('games.super_mario.characters') end |
.game ⇒ String
Produces the name of a Super Mario game.
29 30 31 |
# File 'lib/faker/games/super_mario.rb', line 29 def game fetch('games.super_mario.games') end |
.location ⇒ String
Produces the name of a Super Mario location.
42 43 44 |
# File 'lib/faker/games/super_mario.rb', line 42 def location fetch('games.super_mario.locations') end |