aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-15 05:17:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-15 05:17:07 +0000
commit3b899ea839190dc2053fcbfdb7ec17d7bbaee6b3 (patch)
tree034625bfcb3795105bec0e3c06fd86ae50ffcb83 /NEWS
parentf948ede8c6eb4c3cb9a9e4252cded72c1b42b76e (diff)
downloadruby-3b899ea839190dc2053fcbfdb7ec17d7bbaee6b3.tar.gz
vm_args.c: allow refinements in Symbol proc
* vm_args.c (refine_sym_proc_call): search and call method with refinements. * vm_args.c (vm_caller_setup_arg_block): enable refinements when enabled in the caller. [Feature #9451] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 73b5bd21a2..26989c333b 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,8 @@ with all sufficient information, see the ChangeLog file or Redmine
* Multiple assignment in conditional expression is now allowed.
[Feature #10617]
+* Refinments is enabled at method by Symbol#to_proc. [Feature #9451]
+
=== Core classes updates (outstanding ones only)
* Array