From 0b5685a69b4203367d6145cdcf37914f54573012 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 25 Feb 2014 16:34:00 +0000 Subject: * string.c (sym_find): Add Symbol.find(str), which returns whether given string is defined as symbol or not. [Feature #7854] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 12df4d201e..124e40aaf0 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,9 @@ with all sufficient information, see the ChangeLog file. * min_by * max * max_by +* Symbol + * New methods + * Symbol.find(str) returns whether given string is defined as symbol or not. === Core classes compatibility issues (excluding feature bug fixes) -- cgit v1.2.3