Class: Ehbrs::Tools::Runner::Fs::UsedSpace::PathVerbose
- Defined in:
 - lib/ehbrs/tools/runner/fs/used_space.rb
 
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
      95 96 97 98 99 100 101  | 
    
      # File 'lib/ehbrs/tools/runner/fs/used_space.rb', line 95 def run infom path.to_s ::EacRubyUtils::Speaker.context.on(::EacCli::Speaker.new(err_line_prefix: ' ')) do check end end  |