From c22b8537378a52b6d3c44f117e03feed98f92f43 Mon Sep 17 00:00:00 2001 From: marcandre Date: Sun, 16 Sep 2018 04:00:14 +0000 Subject: Alias Struct#select as Struct#filter. Patch by Kenichi Kamiya. [Fix GH-#1862] [#1784] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 99c18de19c..8a54651d2d 100644 --- a/NEWS +++ b/NEWS @@ -195,6 +195,12 @@ sufficient information, see the ChangeLog file or Redmine * `String#split` yields each substring to the block if given. [Feature #4780] +* `Struct` + + * Aliased method: + + * `Struct#filter` is a new alias for `Struct#select` [Feature #13784] + * `TracePoint` * New methods: -- cgit v1.2.3