class Array
The extension on Array
could be done for all Objects supporting [] and size.
Public Instance Methods
Source
# File lib/stream.rb 757 def create_stream 758 Stream::CollectionStream.new self 759 end
Creates a new Stream::CollectionStream
on self.