yay the world is fixed

This commit is contained in:
Jessica Lynn Suttles 2013-02-13 17:06:03 -08:00
parent 40fcdf22d9
commit b4084d5325
10 changed files with 164 additions and 95 deletions

View file

@ -18,7 +18,7 @@ module Microformats2
def parse(html)
html = read_html(html)
document = Nokogiri::HTML(html)
Collection.new.parse(document)
Collection.new(document).parse
end
def read_html(html)