Class: Faker::Movies::Lebowski
- Defined in:
- lib/faker/movies/lebowski.rb
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 Big Lebowski.
-
.character ⇒ String
Produces a character from The Big Lebowski.
-
.quote ⇒ String
Produces a quote from The Big Lebowski.
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 Big Lebowski.
16 17 18 |
# File 'lib/faker/movies/lebowski.rb', line 16 def actor fetch('lebowski.actors') end |
.character ⇒ String
Produces a character from The Big Lebowski.
29 30 31 |
# File 'lib/faker/movies/lebowski.rb', line 29 def character fetch('lebowski.characters') end |
.quote ⇒ String
Produces a quote from The Big Lebowski.
42 43 44 |
# File 'lib/faker/movies/lebowski.rb', line 42 def quote fetch('lebowski.quotes') end |