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