Module: Enumerable
- Included in:
- Stream
- Defined in:
- lib/stream.rb
Instance Method Summary collapse
-
#create_stream ⇒ Object
If not an array the enumerable is converted to an array and then to a stream using a Stream::CollectionStream.
Instance Method Details
#create_stream ⇒ Object
If not an array the enumerable is converted to an array and then to a stream using a Stream::CollectionStream.
765 766 767 |
# File 'lib/stream.rb', line 765 def create_stream to_a.create_stream end |