# File lib/aws/record/validations.rb, line 649 def validates_numericality_of *args validators << NumericalityValidator.new(self, *args) end