From 40370296c761ff7ba3d0b6c29a71ab7a8a472314 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 5 Apr 2013 17:30:42 +0000 Subject: parse.y: "nil" for defined? with empty expression * parse.y (new_defined): remove all extra parentheses, and return "nil" for defined? with empty expression. [ruby-core:54024] [Bug #8224] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c5fe871ada..f0dba22e9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Apr 6 02:30:28 2013 Nobuyoshi Nakada + + * parse.y (new_defined): remove all extra parentheses, and return + "nil" for defined? with empty expression. + [ruby-core:54024] [Bug #8224] + Sat Apr 6 02:06:04 2013 Aaron Patterson * ext/psych/lib/psych/visitors/to_ruby.rb: correctly register -- cgit v1.2.3