class Gem::OptionParser::List

def each_option(&block)


Iterates over each option, passing the option to the +block+.
def each_option(&block)
  list.each(&block)
end