# File lib/rgl/rdot.rb, line 153
153:     def each_option_pair
154:       @options.each_pair{ |key, val| yield key, val }
155:     end