module VagrantPlugins::SyncedFolderSSHFS
Constants
- VERSION
Public Class Methods
Source
# File lib/vagrant-sshfs.rb, line 22 def self.source_root @source_root ||= Pathname.new(File.expand_path('../../', __FILE__)) end
Returns the path to the source of this plugin