# File lib/slop.rb, line 111
    def expects_argument?
      @argument || @options[:argument] || @options[:optional] == false
    end