# File lib/hammer_cli/validator.rb, line 96 def all(*to_check) AllConstraint.new(@options, to_check.flatten(1)) end
# File lib/hammer_cli/validator.rb, line 104 def any(*to_check) AnyConstraint.new(@options, to_check.flatten(1)) end
Generated with the Darkfish Rdoc Generator 2.