# File lib/scrivener/validations.rb, line 81 def errors @errors ||= Hash.new { |hash, key| hash[key] = [] } end