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

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

Defined Under Namespace

Classes: PathBase, PathUnverbose, PathVerbose

Instance Method Summary collapse

Instance Method Details

#check?Boolean

Returns:

  • (Boolean)


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

def check?
  parsed.check
end

#runObject



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

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