class Rake::Task
Public Instance Methods
Source
# File lib/hoe/rake.rb, line 11 def comment "%-#{$plugin_max}s # %s" % [plugin, old_comment] if old_comment end
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
Overrides the default comment
to provide the plugin name.