From c34e9f23aa2b6909e92623710e91cd99eaff2dc3 Mon Sep 17 00:00:00 2001 From: marcandre Date: Tue, 29 Jan 2013 22:00:58 +0000 Subject: * object.c: Improve error for failed implicit conversions [Bug #7539] * error.c: Adapt rdoc * test/ruby/test_object.rb: Test for above git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.c') diff --git a/error.c b/error.c index da24505eb0..4b678d8957 100644 --- a/error.c +++ b/error.c @@ -1390,7 +1390,7 @@ syserr_eqq(VALUE self, VALUE exc) * * raises the exception: * - * TypeError: can't convert String into Integer + * TypeError: no implicit conversion of String into Integer * */ -- cgit v1.2.3