Class: Jank::Go
Instance Method Summary collapse
Methods inherited from Executor
Constructor Details
This class inherits a constructor from Jank::Executor
Instance Method Details
#go(args) ⇒ Object
5 6 7 |
# File 'lib/go.rb', line 5 def go(args) execute(@config.go, args) end |