Class: Faker::Movies::VForVendetta

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/movies/v_for_vendetta.rb

Constant Summary

Constants inherited from Base

Base::Letters, Base::Numbers, Base::ULetters

Class Method Summary collapse

Methods inherited from Base

bothify, disable_enforce_available_locales, fetch, fetch_all, flexible, letterify, method_missing, numerify, parse, rand, rand_in_range, regexify, resolve, respond_to_missing?, sample, shuffle, translate, unique, with_locale

Class Method Details

.characterObject



7
8
9
# File 'lib/faker/movies/v_for_vendetta.rb', line 7

def character
  fetch('v_for_vendetta.characters')
end

.quoteObject



15
16
17
# File 'lib/faker/movies/v_for_vendetta.rb', line 15

def quote
  fetch('v_for_vendetta.quotes')
end

.speechObject



11
12
13
# File 'lib/faker/movies/v_for_vendetta.rb', line 11

def speech
  fetch('v_for_vendetta.speeches')
end