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_rootPathname

Returns:

  • (Pathname)


12
13
14
# File 'lib/vagrant-wsl.rb', line 12

def self.source_root
  @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
end