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