Method: New::Task#options

Defined in:
lib/new/task.rb

#optionsObject

Return only the options for the given task



35
36
37
38
# File 'lib/new/task.rb', line 35

def options
  default_options = self.class::OPTIONS rescue {}
  @options ||= default_options.deep_merge(project_options[:tasks][name])
end