# File lib/rubyful_soup.rb, line 647
  def handle_comment(data)
    handle_data("<!--#{data}-->")
  end