Module: Lab42::Stream::ClassMethods

Included in:
Lab42::Stream
Defined in:
lib/lab42/stream/class_methods.rb

Instance Method Summary collapse

Instance Method Details

#iterate(arg, beh = nil, &blk) ⇒ Object



4
5
6
7
# File 'lib/lab42/stream/class_methods.rb', line 4

def iterate arg, beh=nil, &blk
  beh = blk.make_behavior beh
  __iterate__ arg, beh
end