Module: VagrantPlugins::PortRange

Defined in:
lib/vagrant-port-range.rb,
lib/vagrant-port-range/config.rb,
lib/vagrant-port-range/plugin.rb,
lib/vagrant-port-range/version.rb,
lib/vagrant-port-range/action/port_range.rb

Defined Under Namespace

Modules: Action Classes: Config, Plugin

Constant Summary collapse

VERSION =
'0.1.5'

Class Method Summary collapse

Class Method Details

.source_rootObject

Returns the path to the source of this plugins



9
10
11
# File 'lib/vagrant-port-range.rb', line 9

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