class Aruba::Platforms::WindowsWhich::DefaultWhich
Bail out because this should never be reached
def self.match?(*)
def self.match?(*) true end
def call(program, path)
def call(program, path) raise %(Invalid input program "#{program}" and/or path "#{path}".) end