Sha256: dd0bf04f1652114fee5723502f30f89544cbaf2593e214f6e7ada135c60f3c1a

Contents?: true

Size: 283 Bytes

Versions: 4

Compression:

Stored size: 283 Bytes

Contents

module Vagrant
  module Plugin
    autoload :V1,        "vagrant/plugin/v1"
    autoload :V2,        "vagrant/plugin/v2"
    autoload :Remote,    "vagrant/plugin/remote"
    autoload :Manager,   "vagrant/plugin/manager"
    autoload :StateFile, "vagrant/plugin/state_file"
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
vagrant-unbundled-2.3.6.0 lib/vagrant/plugin.rb
tamtam-vagrant-reload-1.2.1 vendor/cache/vagrant-2092df529ae7/lib/vagrant/plugin.rb
vagrant-unbundled-2.3.3.0 lib/vagrant/plugin.rb
vagrant-unbundled-2.3.2.0 lib/vagrant/plugin.rb