Class: Faker::Movies::VForVendetta
- Defined in:
- lib/faker/movies/v_for_vendetta.rb
Constant Summary
Constants inherited from Base
Base::LLetters, Base::Letters, Base::NOT_GIVEN, Base::Numbers, Base::ULetters
Class Method Summary collapse
-
.character ⇒ String
Produces a character from V For Vendetta.
-
.quote ⇒ String
Produces a quote from V For Vendetta.
-
.speech ⇒ String
Produces a speech from V For Vendetta.
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
.character ⇒ String
Produces a character from V For Vendetta.
16 17 18 |
# File 'lib/faker/movies/v_for_vendetta.rb', line 16 def character fetch('v_for_vendetta.characters') end |
.quote ⇒ String
Produces a quote from V For Vendetta.
44 45 46 |
# File 'lib/faker/movies/v_for_vendetta.rb', line 44 def quote fetch('v_for_vendetta.quotes') end |
.speech ⇒ String
Produces a speech from V For Vendetta.
30 31 32 |
# File 'lib/faker/movies/v_for_vendetta.rb', line 30 def speech fetch('v_for_vendetta.speeches') end |