class Faker::Hobbit

Public Class Methods

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