# File lib/slop.rb, line 733 def present?(*option_names) option_names.all? { |opt| @options[opt] && @options[opt].count > 0 } end