yay the world is fixed
This commit is contained in:
parent
40fcdf22d9
commit
b4084d5325
10 changed files with 164 additions and 95 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue