Class: WhatsUp::DummyOut
Overview
A class to suppress anything that would normally output to $stdout
Instance Method Summary collapse
-
#write(*args) ⇒ Object
Does nothing (instead of writing to $stdout).
Instance Method Details
#write(*args) ⇒ Object
Does nothing (instead of writing to $stdout)
5 |
# File 'lib/whats_up/dummy_out.rb', line 5 def write(*args); end |