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
22
23
24
|
# File 'lib/ehbrs/tools/runner/fs/used_space.rb', line 22
def check?
parsed.check
end
|
#run ⇒ Object
17
18
19
20
|
# File 'lib/ehbrs/tools/runner/fs/used_space.rb', line 17
def run
root_banner
paths.each(&:run)
end
|