class VagrantPlugins::GuestCygwin::Cap::SSHFSClient
Public Class Methods
sshfs_installed(machine)
click to toggle source
# File lib/vagrant-sshfs/cap/guest/cygwin/sshfs_client.rb, line 5 def self.sshfs_installed(machine) machine.communicate.test("type sshfs") end