# File lib/dm-validations/contextual_validators.rb, line 157 def valid_context?(context) contexts.empty? || contexts.include?(context) end