Class: Faker::Games::SonicTheHedgehog
- Inherits:
-
Base
- Object
- Base
- Faker::Games::SonicTheHedgehog
show all
- Defined in:
- lib/faker/games/sonic_the_hedgehog.rb
Constant Summary
Constants inherited
from Base
Base::Letters, Base::Numbers, Base::ULetters
Class Method Summary
collapse
Methods inherited from Base
bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, translate, unique, with_locale
Class Method Details
.character ⇒ Object
7
8
9
|
# File 'lib/faker/games/sonic_the_hedgehog.rb', line 7
def character
fetch('games.sonic_the_hedgehog.character')
end
|
.game ⇒ Object
15
16
17
|
# File 'lib/faker/games/sonic_the_hedgehog.rb', line 15
def game
fetch('games.sonic_the_hedgehog.game')
end
|
.zone ⇒ Object
11
12
13
|
# File 'lib/faker/games/sonic_the_hedgehog.rb', line 11
def zone
fetch('games.sonic_the_hedgehog.zone')
end
|