# File lib/composite_io.rb, line 51
  def rewind
    @ios.each { |io| io.rewind }
  end