class VagrantPlugins::GuestCygwin::Guest

Constants

GUEST_DETECTION_NAME

Public Instance Methods

detect?(machine) click to toggle source
# File lib/vagrant-guest-cygwin/guest.rb, line 7
def detect?(machine)
  machine.communicate.test("uname | grep -i cygwin")
end