class Faker::HarryPotter

def book

def book
  fetch('harry_potter.books')
end

def character

def character
  fetch('harry_potter.characters')
end

def house

def house
  fetch('harry_potter.houses')
end

def location

def location
  fetch('harry_potter.locations')
end

def quote

def quote
  fetch('harry_potter.quotes')
end