each_option(&block)
Iterates over each option, passing the option to the block.
# File lib/optparse.rb, line 845 def each_option(&block) list.each(&block) end