# File lib/dm-validations/validation_errors.rb, line 111 def empty? @errors.all? { |property_name, errors| errors.empty? } end