Method: Vagrant::Hosts::Windows.match?

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

.match?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/vagrant/hosts/windows.rb', line 6

def self.match?
  Util::Platform.windows?
end