Class: Faker::DumbAndDumber

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

Constant Summary

Constants inherited from Base

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

Class Method Summary collapse

Methods inherited from Base

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

Class Method Details

.actorObject



4
5
6
# File 'lib/faker/dumb_and_dumber.rb', line 4

def actor
  fetch('dumb_and_dumber.actors')
end

.characterObject



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

def character
  fetch('dumb_and_dumber.characters')
end

.quoteObject



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

def quote
  fetch('dumb_and_dumber.quotes')
end