class Faker::FamilyGuy

Public Class Methods

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