# File lib_core/rucy/document.rb, line 46
    def each(traversed={})
      check_traverse(traversed) {
        yield(self)
      }
      nil
    end