Method: Vagrant::Hosts::Windows#nfs?

Defined in:
lib/vagrant/hosts/windows.rb

#nfs?Boolean

Windows does not support NFS

Returns:

  • (Boolean)


11
12
13
# File 'lib/vagrant/hosts/windows.rb', line 11

def nfs?
  false
end