class Aruba::Platforms::WindowsWhich::DefaultWhich
Bail out because this should never be reached
Public Class Methods
match?(*)
click to toggle source
# File lib/aruba/platforms/windows_which.rb, line 11 def self.match?(*) true end
Public Instance Methods
call(program, path)
click to toggle source
# File lib/aruba/platforms/windows_which.rb, line 15 def call(program, path) raise %(Invalid input program "#{program}" and/or path "#{path}".) end