# File lib/slop.rb, line 692
  def missing
    @options.select { |opt| not present?(opt.key) }.map(&:key)
  end