class HTML::Proofer

def self.create_nokogiri(path)

def self.create_nokogiri(path)
  Nokogiri::HTML(File.read(path))
end