# File lib/big_record/validations.rb, line 141 def size @errors.values.inject(0) { |error_count, attribute| error_count + attribute.size } end