# File lib/composite_io.rb, line 18
  def initialize(*ios)
    @ios = ios.flatten
    @index = 0
  end