method

comment!

rails latest stable - Class: Builder::XmlMarkup

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.0.0) is shown here.

comment!(comment_text)
public

No documentation available.

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