Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_8_7_330) is shown here.
each_option(&block)
public
Iterates over each option, passing the option to the block.
# File lib/optparse.rb, line 623
def each_option(&block)
list.each(&block)
end