Method: HTML5::InitialPhase#processComment

Defined in:
lib/feed_tools/vendor/html5/lib/html5/html5parser/initial_phase.rb

#processComment(data) ⇒ Object



16
17
18
# File 'lib/feed_tools/vendor/html5/lib/html5/html5parser/initial_phase.rb', line 16

def processComment(data)
  @tree.insert_comment(data, @tree.document)
end