ruby-changes:11616
From: akr <ko1@a...>
Date: Wed, 22 Apr 2009 03:41:16 +0900 (JST)
Subject: [ruby-changes:11616] Ruby:r23253 (trunk): update rdoc.
akr 2009-04-22 03:41:07 +0900 (Wed, 22 Apr 2009) New Revision: 23253 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23253 Log: update rdoc. Modified files: trunk/vm_method.c Index: vm_method.c =================================================================== --- vm_method.c (revision 23252) +++ vm_method.c (revision 23253) @@ -1110,6 +1110,10 @@ * Returns +true+ if _obj_ responds to the given * method. Private methods are included in the search only if the * optional second parameter evaluates to +true+. + * + * If the method is not implemented, + * as Process.fork on Windows, File.lchmod on GNU/Linux, etc., + * false is returned. */ static VALUE -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/