# File lib/merb-auth-core/errors.rb, line 55
      def method_missing(meth, *args, &block)
        errors.send(meth, *args, &block)
      end