Sha256: 87ba27b7c9ff5ccf6cf5a5283e3f106870dafb8f8a6fad0cb943645ea005c1bc
Contents?: true
Size: 307 Bytes
Versions: 1
Compression:
Stored size: 307 Bytes
Contents
# Root file of the plugin require "vagrant-betterhosts/version" require "vagrant-betterhosts/plugin" # Extend Vagrant Plugins module VagrantPlugins # Load our plugin module BetterHosts def self.source_root @source_root ||= Pathname.new(File.expand_path('../../', __FILE__)) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-betterhosts-1.1.6 | lib/vagrant-betterhosts.rb |