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