class Output::DummyOutput

used to silence output, e.g. in testing

Public Instance Methods

print(*_) click to toggle source
puts(*_) click to toggle source
# File lib/output.rb, line 19
def puts(*_); end