Class: Faker::Games::Control
Constant Summary
Constants inherited from Base
Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters
Class Method Summary collapse
-
.altered_item ⇒ String
Produces the name of an Altered Item.
-
.altered_world_event ⇒ String
Produces the location of an Altered World Event (AWE).
-
.character ⇒ String
Produces the name of a character from Control.
-
.hiss ⇒ String
Produces a line from the Hiss incantation.
-
.location ⇒ String
Produces the name of a location from Control.
-
.object_of_power ⇒ String
Produces the name of an Object of Power (OoP).
-
.quote ⇒ String
Produces a quote from Control.
-
.the_board ⇒ String
< Produces a line/quote/message from The Board >.
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
.altered_item ⇒ String
Produces the name of an Altered Item
55 56 57 |
# File 'lib/faker/games/control.rb', line 55 def altered_item fetch('games.control.altered_item') end |
.altered_world_event ⇒ String
Produces the location of an Altered World Event (AWE)
68 69 70 |
# File 'lib/faker/games/control.rb', line 68 def altered_world_event fetch('games.control.altered_world_event') end |
.character ⇒ String
Produces the name of a character from Control.
16 17 18 |
# File 'lib/faker/games/control.rb', line 16 def character fetch('games.control.character') end |
.hiss ⇒ String
Produces a line from the Hiss incantation
81 82 83 |
# File 'lib/faker/games/control.rb', line 81 def hiss fetch('games.control.hiss') end |
.location ⇒ String
Produces the name of a location from Control.
29 30 31 |
# File 'lib/faker/games/control.rb', line 29 def location fetch('games.control.location') end |
.object_of_power ⇒ String
Produces the name of an Object of Power (OoP)
42 43 44 |
# File 'lib/faker/games/control.rb', line 42 def object_of_power fetch('games.control.object_of_power') end |
.quote ⇒ String
Produces a quote from Control
107 108 109 |
# File 'lib/faker/games/control.rb', line 107 def quote fetch('games.control.quote') end |
.the_board ⇒ String
< Produces a line/quote/message from The Board >
94 95 96 |
# File 'lib/faker/games/control.rb', line 94 def the_board fetch('games.control.the_board') end |