Sha256: 62f7beec81e9c8737a0ed859331774cf62946e573f82d4676ee1dadb5394c9a4
Contents?: true
Size: 419 Bytes
Versions: 3
Compression:
Stored size: 419 Bytes
Contents
require "vagrant-guest-msys2/plugin" module VagrantPlugins module GuestMSYS2 lib_path = Pathname.new(File.expand_path('../vagrant-guest-msys2', __FILE__)) autoload :Errors, lib_path.join('errors') # This returns the path to the source of this plugin. # # @return [Pathname] def self.source_root @source_root ||= Pathname.new(File.expand_path('../../', __FILE__)) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vagrant-guest-msys2-0.0.6 | lib/vagrant-guest-msys2.rb |
vagrant-guest-msys2-0.0.5 | lib/vagrant-guest-msys2.rb |
vagrant-guest-msys2-0.0.4 | lib/vagrant-guest-msys2.rb |