Sha256: 594f980cad9db04a3b29e0cfdd9e88ca0f020798743290958263923298d731f4
Contents?: true
Size: 237 Bytes
Versions: 3
Compression:
Stored size: 237 Bytes
Contents
require "vagrant-betterhosts/version" require "vagrant-betterhosts/plugin" module VagrantPlugins module BetterHosts 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-betterhosts-0.2.1 | lib/vagrant-betterhosts.rb |
vagrant-betterhosts-0.2.0 | lib/vagrant-betterhosts.rb |
vagrant-betterhosts-0.1.0 | lib/vagrant-betterhosts.rb |