Class: Faker::Games::Witcher
Constant Summary
Constants inherited from Base
Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters
Class Method Summary collapse
-
.book ⇒ String
Produces the name of a book from The Witcher.
-
.character ⇒ String
Produces the name of a character from The Witcher.
-
.location ⇒ String
Produces the name of a location from The Witcher.
-
.monster ⇒ String
Produces the name of a monster from The Witcher.
-
.potion ⇒ String
Produces the name of a potion from The Witcher.
-
.quote ⇒ String
Produces a quote from The Witcher.
-
.school ⇒ String
Produces the name of a school from The Witcher.
-
.sign ⇒ String
Produces the name of a sign from The Witcher.
-
.witcher ⇒ String
Produces the name of a witcher from The Witcher.
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
.book ⇒ String
Produces the name of a book from The Witcher.
120 121 122 |
# File 'lib/faker/games/witcher.rb', line 120 def book fetch('games.witcher.books') end |
.character ⇒ String
Produces the name of a character from The Witcher.
16 17 18 |
# File 'lib/faker/games/witcher.rb', line 16 def character fetch('games.witcher.characters') end |
.location ⇒ String
Produces the name of a location from The Witcher.
55 56 57 |
# File 'lib/faker/games/witcher.rb', line 55 def location fetch('games.witcher.locations') end |
.monster ⇒ String
Produces the name of a monster from The Witcher.
81 82 83 |
# File 'lib/faker/games/witcher.rb', line 81 def monster fetch('games.witcher.monsters') end |
.potion ⇒ String
Produces the name of a potion from The Witcher.
107 108 109 |
# File 'lib/faker/games/witcher.rb', line 107 def potion fetch('games.witcher.potions') end |
.quote ⇒ String
Produces a quote from The Witcher.
68 69 70 |
# File 'lib/faker/games/witcher.rb', line 68 def quote fetch('games.witcher.quotes') end |
.school ⇒ String
Produces the name of a school from The Witcher.
42 43 44 |
# File 'lib/faker/games/witcher.rb', line 42 def school fetch('games.witcher.schools') end |
.sign ⇒ String
Produces the name of a sign from The Witcher.
94 95 96 |
# File 'lib/faker/games/witcher.rb', line 94 def sign fetch('games.witcher.signs') end |
.witcher ⇒ String
Produces the name of a witcher from The Witcher.
29 30 31 |
# File 'lib/faker/games/witcher.rb', line 29 def witcher fetch('games.witcher.witchers') end |