# File lib/dm-validations/validators/format_validator.rb, line 117 def validates_format_of(*fields) validators.add(FormatValidator, *fields) end