class Rake::Task
:nodoc:
def clear # :nodoc:
def clear # :nodoc: clear_prerequisites clear_actions clear_comments self end
def clear_comments # :nodoc:
def clear_comments # :nodoc: @full_comment = nil @comment = nil self end
def comment
#
def comment "%-#{$plugin_max}s # %s" % [plugin, old_comment] if old_comment end