# File lib/action_view/vendor/builder/xmlmarkup.rb, line 187
    def comment!(comment_text)
      _ensure_no_block block_given?
      _special("<!-- ", " -->", comment_text, nil)
    end