In Files

Parent

Rake::Task

Attributes

plugin[RW]

Used to name the source of a given task

Public Instance Methods

clear() click to toggle source
    # File lib/hoe/rake.rb, line 17
17:       def clear
18:         clear_prerequisites
19:         clear_actions
20:         clear_comments
21:         self
22:       end
Also aliased as: old_clear
clear_comments() click to toggle source
    # File lib/hoe/rake.rb, line 24
24:       def clear_comments
25:         @full_comment = nil
26:         @comment = nil
27:         self
28:       end
comment() click to toggle source

Overrides the default # to provide the plugin name.

    # File lib/hoe/rake.rb, line 11
11:     def comment
12:       "%-#{$plugin_max}s # %s" % [plugin, old_comment] if old_comment
13:     end
old_clear() click to toggle source
Alias for: clear

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.