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