From c7e236efc17ca06d73fd17ed2edb736ed09129d8 Mon Sep 17 00:00:00 2001 From: tadf Date: Mon, 29 Dec 2008 14:26:16 +0000 Subject: * bignum.c (rb_cstr_to_inum): changed an error message. * complex.c (string_to_c_strict): ditto. * rational.c (string_to_r_strict): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bignum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bignum.c') diff --git a/bignum.c b/bignum.c index 4a81a314fd..dec147ae3c 100644 --- a/bignum.c +++ b/bignum.c @@ -583,7 +583,7 @@ rb_cstr_to_inum(const char *str, int base, int badcheck) while (*str && ISSPACE(*str)) str++; if (*str) { bad: - rb_invalid_str(s, "Integer"); + rb_invalid_str(s, "Integer()"); } } -- cgit v1.2.3