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

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

Instance Method Summary collapse

Instance Method Details

#runObject



94
95
96
97
98
99
100
101
# File 'lib/ehbrs/runner/fs/used_space.rb', line 94

def run
  infom path.to_s
  on_speaker_node do |node|
    node.stderr_line_prefix = '  '
    banner
    check
  end
end