public Method

XmlMarkup.comment!(comment_text)

There's no documentation for this item.

Source Code

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

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.