# File lib/dm-validations/contextual_validators.rb, line 21 def initialize(model = nil) @model = model @contexts = {} @attributes = {} end