Method: TestStackingParser#handle_comment

Defined in:
lib/html/stparser.rb

#handle_comment(data) ⇒ Object



268
269
270
271
# File 'lib/html/stparser.rb', line 268

def handle_comment(data)
  super
  print("COMMENT: #{data}\n")
end