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