class Thor
def long_desc(long_description, options={})
long description
==== Parameters
Defines the long description of the next task.
def long_desc(long_description, options={}) if options[:for] task = find_and_refresh_task(options[:for]) task.long_description = long_description if long_description else @long_desc = long_description end end