Module: VagrantPlugins::SoftwareBridge
- Defined in:
- lib/vagrant-software-bridge.rb,
lib/vagrant-software-bridge/action.rb,
lib/vagrant-software-bridge/config.rb,
lib/vagrant-software-bridge/plugin.rb,
lib/vagrant-software-bridge/version.rb
Defined Under Namespace
Classes: Action, Config, Plugin
Constant Summary collapse
- VERSION =
"1.0.1"
Class Method Summary collapse
Class Method Details
.source_root ⇒ Object
6 7 8 |
# File 'lib/vagrant-software-bridge.rb', line 6 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |