Class: Ehbrs::Tools::Runner::Fs::UsedSpace
- Inherits:
-
Object
- Object
- Ehbrs::Tools::Runner::Fs::UsedSpace
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
20
21
22
|
# File 'lib/ehbrs/tools/runner/fs/used_space.rb', line 20
def check?
parsed.check
end
|
#run ⇒ Object
15
16
17
18
|
# File 'lib/ehbrs/tools/runner/fs/used_space.rb', line 15
def run
root_banner
paths.each(&:run)
end
|