# File lib/errors.rb, line 31
31:     def replace(attribute, value)
32:       errors[attribute.to_sym] = value
33:     end