Module: VagrantPlugins::SshConfig

Defined in:
lib/vagrant-ssh-config.rb,
lib/vagrant-ssh-config/plugin.rb,
lib/vagrant-ssh-config/version.rb,
lib/vagrant-ssh-config/Action/UpdateConfig.rb

Defined Under Namespace

Modules: Action Classes: Plugin

Constant Summary collapse

VERSION =
'0.0.1'

Class Method Summary collapse

Class Method Details

.source_rootObject



5
6
7
# File 'lib/vagrant-ssh-config.rb', line 5

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