summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-22 05:51:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-22 05:51:43 +0000
commitc71cc2db7f4b179e1a204a0045cea2d80c041874 (patch)
tree24d0f0bd6510791a7655ce251165e5682a1a025b /NEWS
parent3b7b70650c744f8d045328f782fcad360bdd9f46 (diff)
Proc#<< and Proc#>>
[Feature #6284] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cfd13953ca..7487b26541 100644
--- a/NEWS
+++ b/NEWS
@@ -171,6 +171,12 @@ sufficient information, see the ChangeLog file or Redmine
* KeyError.new accepts +:receiver+ and +:key+ options to set receiver and
key in Ruby code. [Feature #14313]
+[Method]
+
+ [New methods]
+
+ * added Method#<< and Method#>> for Proc composition. [Feature #6284]
+
[Module]
[New methods]
@@ -203,6 +209,10 @@ sufficient information, see the ChangeLog file or Redmine
[Proc]
+ [New methods]
+
+ * added Proc#<< and Proc#>> for Proc composition. [Feature #6284]
+
[Incompatible changes]
* Proc#call doesn't change <code>$SAFE</code> any more. [Feature #14250]