# File lib/spruz/generator.rb, line 33
    def each(&block) # :yield: tuple
      recurse(&block)
      self
    end