# File lib/dm-validations/validators/length_validator.rb, line 242 def validates_length_of(*fields) validators.add(LengthValidator, *fields) end