# File lib/aws/record/validations.rb, line 682 def validates_presence_of *args validators << PresenceValidator.new(self, *args) end