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