4 5 6 7
# File 'lib/lab42/stream/class_methods.rb', line 4 def iterate arg, beh=nil, &blk beh = Behavior.make(beh, &blk) __iterate__ arg, beh end