Module: WIP::Runner::Shell::Handlers
- Defined in:
- lib/wip/runner/shell/handlers.rb,
lib/wip/runner/shell/handlers/base.rb,
lib/wip/runner/shell/handlers/script.rb,
lib/wip/runner/shell/handlers/system.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.locate(key) ⇒ Object
10 11 12 |
# File 'lib/wip/runner/shell/handlers.rb', line 10 def locate(key) const_get(key.to_s.capitalize) end |