# File lib/slop.rb, line 312
  def each(&block)
    options.each(&block)
  end