Class: Ehbrs::Tools::Runner::Fs::UsedSpace
  
  
  
  
  
    - Inherits:
 
    - 
      Object
      
        
          - Object
 
          
            - Ehbrs::Tools::Runner::Fs::UsedSpace
 
          
        
        show all
      
     
  
  
  
  
  
  
  
  
  
  
    - Defined in:
 
    - lib/ehbrs/tools/runner/fs/used_space.rb
 
  
  
 
Defined Under Namespace
  
    
  
    
      Classes: PathBase, PathUnverbose, PathVerbose
    
  
  
    
      Instance Method Summary
      collapse
    
    
  
  
    Instance Method Details
    
      
  
  
    #check?  ⇒ Boolean 
  
  
  
  
    
      
24
25
26 
     | 
    
      # File 'lib/ehbrs/tools/runner/fs/used_space.rb', line 24
def check?
  parsed.check
end 
     | 
  
 
    
      
  
  
    #run  ⇒ Object 
  
  
  
  
    
      
19
20
21
22 
     | 
    
      # File 'lib/ehbrs/tools/runner/fs/used_space.rb', line 19
def run
  root_banner
  paths.each(&:run)
end 
     |