module VagrantPlugins::GuestCygwin

Constants

VERSION

Public Class Methods

source_root() click to toggle source

Returns the path to the source of this plugin

# File lib/vagrant-guest-cygwin.rb, line 13
def self.source_root
  @source_root ||= Pathname.new(File.expand_path('../../', __FILE__))
end