lib/vagrant-alpine.rb in vagrant-alpine-0.1.1 vs lib/vagrant-alpine.rb in vagrant-alpine-0.1.3

- old
+ new

@@ -10,14 +10,7 @@ module VagrantPlugins module GuestAlpine # lib_path = Pathname.new(File.expand_path('../vagrant-alpine', __FILE__)) # autoload :Action, lib_path.join('action') # 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