# File lib/composite_io.rb, line 99
  def respond_to?(meth)
    @io.respond_to?(meth) || super(meth)
  end