Module: VagrantPlugins::ProviderWSL
- Defined in:
- lib/vagrant-wsl.rb,
lib/vagrant-wsl/version.rb
Constant Summary collapse
- VERSION =
'0.0.2'
Class Method Summary collapse
Class Method Details
.source_root ⇒ Pathname
12 13 14 |
# File 'lib/vagrant-wsl.rb', line 12 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |