add_description(description) Instance Public methods Add a description to the task. The description can consist of an option argument list (enclosed brackets) and an optional comment.
arg_names() Instance Public methods Name of arguments for this task.
clear() Instance Public methods Clear the existing prerequisites and actions of a rake task.
clear_actions() Instance Public methods Clear the existing actions on a rake task.
clear_comments() Instance Public methods Clear the existing comments on a rake task.
clear_prerequisites() Instance Public methods Clear the existing prerequisites of a rake task.
comment=(description) Instance Public methods Writing to the comment attribute is the same as adding a description.
enhance(deps=nil, &block) Instance Public methods Enhance a task with prerequisites or actions. Returns self.
execute(args=nil) Instance Public methods Execute the actions associated with this task.
inspect() Instance Public methods
Page 852 of 11844