class Rake::Task

Attributes

plugin[RW]

Used to name the source of a given task

Public Instance Methods

comment() click to toggle source

Overrides the default comment to provide the plugin name.

# File lib/hoe/rake.rb, line 11
def comment
  "%-#{$plugin_max}s # %s" % [plugin, old_comment] if old_comment
end