Module: Vagrant::VSshFs
- Defined in:
- lib/valkyrie-sshfs.rb,
lib/valkyrie-sshfs/config.rb,
lib/valkyrie-sshfs/errors.rb,
lib/valkyrie-sshfs/plugin.rb,
lib/valkyrie-sshfs/actions.rb,
lib/valkyrie-sshfs/command.rb,
lib/valkyrie-sshfs/builders/base.rb,
lib/valkyrie-sshfs/builders/host.rb,
lib/valkyrie-sshfs/builders/guest.rb
Defined Under Namespace
Modules: Actions, Builders Classes: Command, Config, Error, Plugin
Class Method Summary collapse
-
.source_root ⇒ Object
Returns the path to the source of this plugin.
Class Method Details
.source_root ⇒ Object
Returns the path to the source of this plugin
15 16 17 |
# File 'lib/valkyrie-sshfs.rb', line 15 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |