# File lib/validatable_instance_methods.rb, line 17
17:   def errors
18:     @errors ||= Validatable::Errors.new
19:   end