Class: Vagrant::Hosts::Windows
- Defined in:
- lib/vagrant/hosts/windows.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#nfs? ⇒ Boolean
Windows does not support NFS.
Methods inherited from Base
#initialize, #nfs_export, #nfs_prune, precedence
Constructor Details
This class inherits a constructor from Vagrant::Hosts::Base
Class Method Details
Instance Method Details
#nfs? ⇒ Boolean
Windows does not support NFS
11 12 13 |
# File 'lib/vagrant/hosts/windows.rb', line 11 def nfs? false end |