class Array

The extension on Array could be done for all Objects supporting [] and size.

Public Instance Methods

create_stream() click to toggle source

Creates a new Stream::CollectionStream on self.

# File lib/stream.rb, line 574
def create_stream
  Stream::CollectionStream.new self
end