method
clear_comment
ruby latest stable - Class:
RDoc ::ClassModule
clear_comment()public
Clears the comment. Used by the Ruby parser.
# File lib/rdoc/class_module.rb, line 195
def clear_comment
@comment = ''
end clear_comment()Clears the comment. Used by the Ruby parser.
# File lib/rdoc/class_module.rb, line 195
def clear_comment
@comment = ''
end