OptparsePlus Internal - treat as private
Base strategy for MRI rubies.
     
  
  
  
  
  
  
    
    Methods
    
      
        - E
 
        - 
          
        
 
      
        - R
 
        - 
          
        
 
      
    
  
  
  
    
    
    
    
    
    
    
      Instance Public methods
      
        
          
            
              exception_meaning_command_not_found()
            
            
Link
           
          
            
              
            
          
          
          
          
            
            
              
              
                Source:
                show
                
              
              
                
def exception_meaning_command_not_found
  Errno::ENOENT
end
               
             
            
           
        
        
          
            
              run_command(command)
            
            
Link
           
          
            
              
            
          
          
          
          
            
            
              
              
                Source:
                show
                
              
              
                
def run_command(command)
  raise "subclass must implement"
end