Class: Faker::Movies::TheRoom
Constant Summary
Constants inherited from Base
Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters
Class Method Summary collapse
-
.actor ⇒ String
Produces an actor from The Room (2003).
-
.character ⇒ String
Produces a character from The Room (2003).
-
.location ⇒ String
Produces a location from The Room (2003).
-
.quote ⇒ String
Produces a quote from The Room (2003).
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
.actor ⇒ String
Produces an actor from The Room (2003).
16 17 18 |
# File 'lib/faker/movies/the_room.rb', line 16 def actor fetch('the_room.actors') end |
.character ⇒ String
Produces a character from The Room (2003).
29 30 31 |
# File 'lib/faker/movies/the_room.rb', line 29 def character fetch('the_room.characters') end |
.location ⇒ String
Produces a location from The Room (2003).
42 43 44 |
# File 'lib/faker/movies/the_room.rb', line 42 def location fetch('the_room.locations') end |
.quote ⇒ String
Produces a quote from The Room (2003).
57 58 59 |
# File 'lib/faker/movies/the_room.rb', line 57 def quote fetch('the_room.quotes') end |