Method: Aruba::Platforms::WindowsPlatform#which

Defined in:
lib/aruba/platforms/windows_platform.rb

#which(program, path = ENV['PATH']) ⇒ Object

See Also:



37
38
39
# File 'lib/aruba/platforms/windows_platform.rb', line 37

def which(program, path = ENV['PATH'])
  WindowsWhich.new.call(program, path)
end