ruby-changes:40151
From: nobu <ko1@a...>
Date: Fri, 23 Oct 2015 08:43:03 +0900 (JST)
Subject: [ruby-changes:40151] nobu:r52232 (trunk): NEWS: add a space
nobu 2015-10-23 08:42:51 +0900 (Fri, 23 Oct 2015) New Revision: 52232 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52232 Log: NEWS: add a space * NEWS: fix wording, "Active Support" has a space in between the words, not ActiveSupport. https://github.com/ruby/ruby/commit/a356fe1#commitcomment-13936198 Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 52231) +++ NEWS (revision 52232) @@ -22,7 +22,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L22 * new method call syntax, `object.?foo', method #foo is called on `object' if it is not nil. - this is similar to `try!' in ActiveSupport, except for: + this is similar to `try!' in Active Support, except for: * method name is syntactically required obj.try! {} # valid obj.? {} # syntax error -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/