Class: VagrantPlugins::GuestMSYS2::Guest

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-guest-msys2/guest.rb

Instance Method Summary collapse

Instance Method Details

#detect?(machine) ⇒ Boolean

Returns:

  • (Boolean)


6
7
8
# File 'lib/vagrant-guest-msys2/guest.rb', line 6

def detect?(machine)
  machine.communicate.test("uname -o | grep -i msys")
end