ruby-changes:14971
From: akr <ko1@a...>
Date: Sun, 7 Mar 2010 16:15:08 +0900 (JST)
Subject: [ruby-changes:14971] Ruby:r26843 (trunk): describe new optional arugment for Pathname#realpath and Pathname#realdirpath.
akr 2010-03-07 16:13:31 +0900 (Sun, 07 Mar 2010) New Revision: 26843 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26843 Log: describe new optional arugment for Pathname#realpath and Pathname#realdirpath. Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 26842) +++ NEWS (revision 26843) @@ -254,6 +254,10 @@ * Pathname#realdirpath * Pathname#each_child + * extended methods: + * Pathname#realpath and Pathname#realdirpath takes optional basedir + argument. + * Readline * new methods: * Readline.set_screen_size -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/