Class: VagrantPlugins::GuestLinux::Cap::SSHFSClient
- Inherits:
-
Object
- Object
- VagrantPlugins::GuestLinux::Cap::SSHFSClient
- Defined in:
- lib/vagrant-sshfs/cap/guest/linux/sshfs_client.rb
Class Method Summary collapse
Class Method Details
.sshfs_installed(machine) ⇒ Object
5 6 7 |
# File 'lib/vagrant-sshfs/cap/guest/linux/sshfs_client.rb', line 5 def self.sshfs_installed(machine) machine.communicate.test("test -x /usr/bin/sshfs") end |