Module: VagrantPlugins::SyncedFolderSSHFS
- Defined in:
- lib/vagrant-sshfs.rb,
lib/vagrant-sshfs/errors.rb,
lib/vagrant-sshfs/plugin.rb,
lib/vagrant-sshfs/command.rb,
lib/vagrant-sshfs/version.rb,
lib/vagrant-sshfs/synced_folder.rb,
lib/vagrant-sshfs/action_hostpath_fixup.rb,
lib/vagrant-sshfs/synced_folder/sshfs_forward_mount.rb,
lib/vagrant-sshfs/synced_folder/sshfs_reverse_mount.rb
Defined Under Namespace
Modules: Command, Errors Classes: HostPathFix, HostPathFixCommon, HostPathUnfix, Plugin, SyncedFolder
Constant Summary collapse
- VERSION =
"1.3.6"
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
22 23 24 |
# File 'lib/vagrant-sshfs.rb', line 22 def self.source_root @source_root ||= Pathname.new(File.('../../', __FILE__)) end |