mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/drb/eq.rb: fix circular requrie in drb.
reported by akr. see [ruby-dev:40156] [ruby-core:27661] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
09141c06e1
commit
c10e60106d
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue Jan 26 20:24:04 2010 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
||||||
|
|
||||||
|
* lib/drb/eq.rb: fix circular requrie in drb.
|
||||||
|
reported by akr. see [ruby-dev:40156] [ruby-core:27661]
|
||||||
|
|
||||||
Tue Jan 26 20:13:27 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
Tue Jan 26 20:13:27 2010 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc.
|
* ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc.
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
require 'drb/drb'
|
|
||||||
|
|
||||||
module DRb
|
module DRb
|
||||||
class DRbObject
|
class DRbObject
|
||||||
def ==(other)
|
def ==(other)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue