Method: WIP::Runner::Shell::Task#config
- Defined in:
- lib/wip/runner/shell/task.rb
#config(term, options = {}, &block) ⇒ Object
24 25 26 |
# File 'lib/wip/runner/shell/task.rb', line 24 def config(term, = {}, &block) @configs << [term.to_s, , block] # Config.new(...) end |