StringIO
# File lib/rhc/helpers.rb, line 327 def initialize(other) @tee = other super() end
# File lib/rhc/helpers.rb, line 331 def <<(buf) tee << buf super end