Class: Ehbrs::Tools::Runner::Fs::UsedSpace::PathVerbose

Inherits:
PathBase
  • Object
show all
Defined in:
lib/ehbrs/tools/runner/fs/used_space.rb

Instance Method Summary collapse

Instance Method Details

#runObject



91
92
93
94
95
96
97
# File 'lib/ehbrs/tools/runner/fs/used_space.rb', line 91

def run
  infom path.to_s
  ::EacRubyUtils::Speaker.context.on(::EacCli::Speaker.new(err_line_prefix: '  ')) do
    banner
    check
  end
end