Method: Microformats.read_html

Defined in:
lib/microformats2.rb

.read_html(html) ⇒ Object



37
38
39
# File 'lib/microformats2.rb', line 37

def read_html(html)
  Microformats2::Parser.new.read_html(html)
end