# File lib/aws/record/validations.rb, line 597 def validates_length_of *args validators << LengthValidator.new(self, *args) end