Class: SSHKit::Formatter::BlackHole
- Defined in:
- lib/sshkit/formatters/black_hole.rb
Instance Attribute Summary
Attributes inherited from Abstract
Instance Method Summary collapse
Methods inherited from Abstract
#<<, #initialize, #log_command_data, #log_command_exit, #log_command_start
Constructor Details
This class inherits a constructor from SSHKit::Formatter::Abstract
Instance Method Details
#write(_obj) ⇒ Object
7 8 9 |
# File 'lib/sshkit/formatters/black_hole.rb', line 7 def write(_obj) # Nothing, nothing to do end |