# File lib/dm-serializer/to_yaml.rb, line 96
        def to_yaml(*args)
          Hash[errors].to_yaml(*args)
        end