Module: VagrantPlugins::ListenServer

Defined in:
lib/vagrant-listen-server.rb,
lib/vagrant-listen-server/action.rb,
lib/vagrant-listen-server/config.rb,
lib/vagrant-listen-server/plugin.rb,
lib/vagrant-listen-server/command.rb,
lib/vagrant-listen-server/version.rb

Defined Under Namespace

Modules: Action Classes: Command, Config, Plugin

Constant Summary collapse

VERSION =
'0.2.0'

Class Method Summary collapse

Class Method Details

.source_rootObject



7
8
9
# File 'lib/vagrant-listen-server.rb', line 7

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