# File lib/rgl/rdot.rb, line 302
302:     def each_element (&block)
303:       @elements.each(&block)
304:       self
305:     end