# File lib/aws/record/validations.rb, line 287 def validates_confirmation_of *args validators << ConfirmationValidator.new(self, *args) end