# File lib/rdoc/dot.rb, line 103
    def each_option
      @options.each{ |i| yield i }
    end