clear_comment()
Clears the comment. Used by the Ruby parser.
# File lib/rdoc/class_module.rb, line 192 def clear_comment @comment = '' end