From dc50480f6f2b3578c2295436850fb22614284956 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 7 Mar 2010 07:13:31 +0000 Subject: [PATCH] describe new optional arugment for Pathname#realpath and Pathname#realdirpath. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index b53816f851..cd92deebca 100644 --- a/NEWS +++ b/NEWS @@ -254,6 +254,10 @@ with all sufficient information, see the ChangeLog file. * Pathname#realdirpath * Pathname#each_child + * extended methods: + * Pathname#realpath and Pathname#realdirpath takes optional basedir + argument. + * Readline * new methods: * Readline.set_screen_size