Sha256: 167d247dcff12507f2270f8ca18a21a39ad640444acea5fb1c9ee8e800c29f5a

Contents?: true

Size: 472 Bytes

Versions: 5

Compression:

Stored size: 472 Bytes

Contents

require "pathname"

require "vagrant-vyatta/plugin"

module VagrantPlugins
  module GuestVyatta
    lib_path = Pathname.new(File.expand_path("../vagrant-vyatta", __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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vagrant-vyatta-0.0.5 lib/vagrant-vyatta.rb
vagrant-vyatta-0.0.4 lib/vagrant-vyatta.rb
vagrant-vyatta-0.0.3 lib/vagrant-vyatta.rb
vagrant-vyatta-0.0.2 lib/vagrant-vyatta.rb
vagrant-vyatta-0.0.1 lib/vagrant-vyatta.rb