# File lib/active_support/vendor/builder-2.1.2/builder/css.rb, line 134 def comment!(comment_text) @target << "/* #{comment_text} */\n" end