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

Inherits:
Object
  • Object
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

Returns:

  • (Boolean)


24
25
26
# File 'lib/ehbrs/tools/runner/fs/used_space.rb', line 24

def check?
  parsed.check
end

#runObject



19
20
21
22
# File 'lib/ehbrs/tools/runner/fs/used_space.rb', line 19

def run
  root_banner
  paths.each(&:run)
end