class Output::DummyOutput
used to silence output, e.g. in testing
Public Instance Methods
print(*_)
click to toggle source
# File lib/output.rb, line 17 def print(*_); end
puts(*_)
click to toggle source
# File lib/output.rb, line 19 def puts(*_); end