# File lib/hammer_cli/validator.rb, line 104 def any(*to_check) AnyConstraint.new(@options, to_check.flatten(1)) end