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