Class: Faker::BackToTheFuture

Inherits:
Object
  • Object
show all
Extended by:
Gem::Deprecate
Defined in:
lib/faker/deprecate/back_to_the_future.rb

Class Method Summary collapse

Class Method Details

.characterObject



8
9
10
# File 'lib/faker/deprecate/back_to_the_future.rb', line 8

def character
  Faker::Movies::BackToTheFuture.character
end

.dateObject



12
13
14
# File 'lib/faker/deprecate/back_to_the_future.rb', line 12

def date
  Faker::Movies::BackToTheFuture.date
end

.quoteObject



16
17
18
# File 'lib/faker/deprecate/back_to_the_future.rb', line 16

def quote
  Faker::Movies::BackToTheFuture.quote
end