class Faker::DumbAndDumber

Public Class Methods

actor() click to toggle source
# File lib/faker/dumb_and_dumber.rb, line 4
def actor
  fetch('dumb_and_dumber.actors')
end
character() click to toggle source
# File lib/faker/dumb_and_dumber.rb, line 8
def character
  fetch('dumb_and_dumber.characters')
end
quote() click to toggle source
# File lib/faker/dumb_and_dumber.rb, line 12
def quote
  fetch('dumb_and_dumber.quotes')
end