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



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
    banner
    check
  end
end