ruby-changes:54127
From: akr <ko1@a...>
Date: Wed, 12 Dec 2018 14:39:04 +0900 (JST)
Subject: [ruby-changes:54127] akr:r66348 (trunk): mention Pathname change.
akr 2018-12-12 14:38:59 +0900 (Wed, 12 Dec 2018) New Revision: 66348 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66348 Log: mention Pathname change. Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 66347) +++ NEWS (revision 66348) @@ -535,6 +535,14 @@ sufficient information, see the ChangeLo https://github.com/ruby/ruby/blob/trunk/NEWS#L535 * String#to_d parses the receiver string like String#to_f. + +[Pathname] + + * Pathname.read, Pathname.binread, Pathname.write, Pathname.binwrite, + Pathname#each_line and Pathname.readlines do not invoke external + commands even if the path starts with the pipe character <code>'|'</code>. + This follows [Feature #14245]. + === C API updates === Implementation improvements -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/