class VagrantPlugins::GuestFreeBSD::Cap::MountSSHFS

Public Class Methods

list_mounts_command() click to toggle source
# File lib/vagrant-sshfs/cap/guest/freebsd/sshfs_forward_mount.rb, line 7
def self.list_mounts_command
  "mount -p"
end