# File lib/dm-validations.rb, line 60 def check_validations(context = :default) throw(:halt, false) unless context.nil? || valid?(context) end