From 6767cd760a8f5274e238fca4567071a78ac43968 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 19 Sep 2001 06:54:11 +0000 Subject: * string.c (rb_str_init): String.new() => "" * dir.c (dir_path): new method. * dir.c (dir_initialize): wrap DIR into struct, along with path information. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- parse.y | 1 - 1 file changed, 1 deletion(-) (limited to 'parse.y') diff --git a/parse.y b/parse.y index c39b2ca3d0..c0e14530ce 100644 --- a/parse.y +++ b/parse.y @@ -3459,7 +3459,6 @@ yylex() c = tLPAREN_ARG; } else if (lex_state == EXPR_ARG) { - rb_warning("%s (...) interpreted as method call", tok()); c = tLPAREN_ARG; yylval.id = last_id; } -- cgit v1.2.3