ruby-changes:51566
From: a_matsuda <ko1@a...>
Date: Fri, 29 Jun 2018 06:23:47 +0900 (JST)
Subject: [ruby-changes:51566] a_matsuda:r63775 (trunk): Fix typo of file path [ci skip]
a_matsuda 2018-06-28 12:48:52 +0900 (Thu, 28 Jun 2018) New Revision: 63775 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63775 Log: Fix typo of file path [ci skip] Patch by: yuuji.yaginuma <yuuji.yaginuma@g...> https://github.com/ruby/ruby/pull/1900 [Fix GH-1900] Modified files: trunk/lib/drb/drb.rb Index: lib/drb/drb.rb =================================================================== --- lib/drb/drb.rb (revision 63774) +++ lib/drb/drb.rb (revision 63775) @@ -360,7 +360,7 @@ module DRb https://github.com/ruby/ruby/blob/trunk/lib/drb/drb.rb#L360 # drb remains valid only while that object instance remains alive # within the server runtime. # - # For alternative mechanisms, see DRb::TimerIdConv in rdb/timeridconv.rb + # For alternative mechanisms, see DRb::TimerIdConv in drb/timeridconv.rb # and DRbNameIdConv in sample/name.rb in the full drb distribution. class DRbIdConv -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/