From 75129a3608363be3c5f2562a5fafb08ac9ece836 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 28 Feb 2007 18:27:50 +0000 Subject: better error message git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/digest/digest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/digest/digest.c b/ext/digest/digest.c index c239be294f..92a925c616 100644 --- a/ext/digest/digest.c +++ b/ext/digest/digest.c @@ -435,7 +435,7 @@ get_digest_base_metadata(VALUE klass) } if (!p) - rb_raise(rb_eRuntimeError, "Digest::Base cannot be inherited in Ruby"); + rb_raise(rb_eRuntimeError, "Digest::Base cannot be directly inherited in Ruby"); Data_Get_Struct(obj, rb_digest_metadata_t, algo); -- cgit v1.2.3