Class: Faker::Movies::BackToTheFuture

Inherits:
Base
  • Object
show all
Defined in:
lib/faker/movies/back_to_the_future.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/back_to_the_future.rb', line 7

def character
  fetch('back_to_the_future.characters')
end

.dateObject



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

def date
  fetch('back_to_the_future.dates')
end

.quoteObject



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

def quote
  fetch('back_to_the_future.quotes')
end