# File lib/slop.rb, line 254 def present?(*keys) keys.all? { |key| (opt = fetch_option(key)) && opt.count > 0 } end