Class: Output::DummyOutput
- Inherits:
-
Object
- Object
- Output::DummyOutput
- Defined in:
- lib/output.rb
Overview
used to silence output, e.g. in testing
Instance Method Summary collapse
Instance Method Details
#print(*_) ⇒ Object
17 |
# File 'lib/output.rb', line 17 def print(*_); end |
#puts(*_) ⇒ Object
19 |
# File 'lib/output.rb', line 19 def puts(*_); end |