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