class Faker::HeyArnold

Public Class Methods

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