Bail out because this should never be reached
# File lib/aruba/platforms/unix_which.rb, line 11 def self.match?(*) true end
# File lib/aruba/platforms/unix_which.rb, line 15 def call(program, path) fail %Q(Invalid input program "#{program}" and/or path "#{path}".) end