Class: Aruba::Platforms::WindowsWhich::DefaultWhich
- Inherits:
 - 
      Object
      
        
- Object
 - Aruba::Platforms::WindowsWhich::DefaultWhich
 
 
- Defined in:
 - lib/aruba/platforms/windows_which.rb
 
Overview
Bail out because this should never be reached
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.match? ⇒ Boolean
      13 14 15  | 
    
      # File 'lib/aruba/platforms/windows_which.rb', line 13 def self.match?(*) true end  | 
  
Instance Method Details
#call(program, path) ⇒ Object
      17 18 19  | 
    
      # File 'lib/aruba/platforms/windows_which.rb', line 17 def call(program, path) raise %(Invalid input program "#{program}" and/or path "#{path}".) end  |