# File lib/macros.rb, line 74
74:     def validates_length_of(*args)
75:       add_validations(args, ValidatesLengthOf)
76:     end