Class: VagrantPlugins::Cienv::Command::Base
- Inherits:
-
Object
- Object
- VagrantPlugins::Cienv::Command::Base
- Defined in:
- lib/vagrant-qienv/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-qienv/command/base.rb', line 13 def action(callable, env=nil) @env.action_runner.run(callable, env) end |