# File lib/aws/record/validations.rb, line 540 def validates_inclusion_of *attributes validators << InclusionValidator.new(self, *attributes) end