Module: VagrantPlugins::AMI

Defined in:
lib/vagrant-ami.rb,
lib/vagrant-ami/action.rb,
lib/vagrant-ami/config.rb,
lib/vagrant-ami/plugin.rb,
lib/vagrant-ami/action/create_ami.rb,
lib/vagrant-ami/commands/create_ami.rb

Defined Under Namespace

Modules: Action Classes: Command, Config, Plugin

Class Method Summary collapse

Class Method Details

.source_rootPathname

This returns the path to the source of this plugin.

Returns:

  • (Pathname)


14
15
16
# File 'lib/vagrant-ami.rb', line 14

def self.source_root
  @source_root ||= Pathname.new(File.expand_path("../../", __FILE__))
end