# File lib/optparse.rb, line 623
    def each_option(&block)
      list.each(&block)
    end