# File lib/html5/html5parser/initial_phase.rb, line 16 def processComment(data) @tree.insert_comment(data, @tree.document) end