Class: Array
- Inherits:
 - 
      Object
      
        
- Object
 - Array
 
 
- Defined in:
 - lib/lab42/stream/array.rb
 
Instance Method Summary collapse
Instance Method Details
#to_stream ⇒ Object
      2  | 
    
      # File 'lib/lab42/stream/array.rb', line 2 def to_stream; finite_stream self end  |