Sha256: bbfc0a67e127964f4621c02e921a350d5f76ba9a1e5b7b3b9d298d1ecb29909b
Contents?: true
Size: 295 Bytes
Versions: 4
Compression:
Stored size: 295 Bytes
Contents
module Faker class BackToTheFuture < Base class << self def character fetch('back_to_the_future.characters') end def date fetch('back_to_the_future.dates') end def quote fetch('back_to_the_future.quotes') end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
faker-1.9.1 | lib/faker/back_to_the_future.rb |
faker-1.8.7 | lib/faker/back_to_the_future.rb |
faker-1.8.6 | lib/faker/back_to_the_future.rb |
faker-1.8.5 | lib/faker/back_to_the_future.rb |