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
-
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Pathname
This returns the path to the source of this plugin.
14 15 16 |
# File 'lib/vagrant-ami.rb', line 14 def self.source_root @source_root ||= Pathname.new(File.("../../", __FILE__)) end |