method
comment!
v1.0.0 -
Show latest stable
- Class:
Builder::XmlMarkup
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