Class: VagrantPlugins::GPIICi::Command::Base
- Inherits:
-
Object
- Object
- VagrantPlugins::GPIICi::Command::Base
- Defined in:
- lib/vagrant-gpii-ci/command/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#action(callable, env = nil) ⇒ Object
This is a helper for executing an action sequence with the proper environment hash setup so that the plugin specific helpers are in.
Instance Method Details
#action(callable, env = nil) ⇒ Object
This is a helper for executing an action sequence with the proper environment hash setup so that the plugin specific helpers are in.
13 14 15 |
# File 'lib/vagrant-gpii-ci/command/base.rb', line 13 def action(callable, env=nil) @env.action_runner.run(callable, env) end |