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