Method: Caty::Task#to_help

Defined in:
lib/caty/task.rb

#to_helpObject

Returns a string representation of the task and its options to be used by the help system.



59
60
61
# File 'lib/caty/task.rb', line 59

def to_help
    [ self.to_s , self.short_description, self.description ]
end