# File lib/stream.rb, line 537
  def + (otherStream)
        [self, otherStream].create_stream.concatenate
  end