class Faker::Hobbit

def character

def character
  fetch('hobbit.character')
end

def location

def location
  fetch('hobbit.location')
end

def quote

def quote
  fetch('hobbit.quote')
end

def thorins_company

def thorins_company
  fetch('hobbit.thorins_company')
end