class Rake::Task

def comment

Overrides the default #comment to provide the plugin name.
#
def comment
  "%-#{$plugin_max}s # %s" % [plugin, old_comment] if old_comment
end