ruby-changes:33705
From: hsbt <ko1@a...>
Date: Fri, 2 May 2014 16:25:30 +0900 (JST)
Subject: [ruby-changes:33705] hsbt:r45786 (trunk): * lib/rinda/tuplespace.rb: fix document. [Bug #9738]
hsbt 2014-05-02 16:25:16 +0900 (Fri, 02 May 2014) New Revision: 45786 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45786 Log: * lib/rinda/tuplespace.rb: fix document. [ruby-core:62003][Bug #9738] Modified files: trunk/lib/rinda/tuplespace.rb Index: lib/rinda/tuplespace.rb =================================================================== --- lib/rinda/tuplespace.rb (revision 45785) +++ lib/rinda/tuplespace.rb (revision 45786) @@ -76,7 +76,7 @@ module Rinda https://github.com/ruby/ruby/blob/trunk/lib/rinda/tuplespace.rb#L76 # Reset the expiry time according to +sec_or_renewer+. # # +nil+:: it is set to expire in the far future. - # +false+:: it has expired. + # +true+:: it has expired. # Numeric:: it will expire in that many seconds. # # Otherwise the argument refers to some kind of renewer object -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/