Method: New::Task#options
- Defined in:
- lib/new/task.rb
#options ⇒ Object
Return only the options for the given task
35 36 37 38 |
# File 'lib/new/task.rb', line 35 def = self.class::OPTIONS rescue {} @options ||= .deep_merge([:tasks][name]) end |