# File lib/hammer_cli/validator.rb, line 83 def exist? @to_check.each do |opt| return true if option_passed?(opt) end return @to_check.empty? end