lib/macros4cuke/coll-walker-factory.rb in macros4cuke-0.4.02 vs lib/macros4cuke/coll-walker-factory.rb in macros4cuke-0.4.03

- old
+ new

@@ -1,9 +1,10 @@ # File: coll-walker-factory.rb # Purpose: Implementation of the CollWalkerFactory class. require_relative 'macro-collection' + module Macros4Cuke # Module used as a namespace # A Coll(ection)WalkerFactory object is a factory that creates # an enumerator that itself walks in the passed macro collection object.