# File lib/html5/html5parser/phase.rb, line 101 def processComment(data) # For most phases the following is correct. Where it's not it will be # overridden. @tree.insert_comment(data, @tree.open_elements.last) end