# File lib/macros.rb, line 96
96:     def validates_numericality_of(*args)
97:       add_validations(args, ValidatesNumericalityOf)
98:     end