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