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