summaryrefslogtreecommitdiff
path: root/lang/ruby18-base/patches/patch-et
blob: 747125508f17d21a449ce6ae0e001a0e21c12310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-et,v 1.1 2010/09/10 03:29:01 taca Exp $

* r26424: fix circular requrie in drb.

--- lib/drb/eq.rb.orig	2007-02-12 23:01:19.000000000 +0000
+++ lib/drb/eq.rb
@@ -1,5 +1,3 @@
-require 'drb/drb'
-
 module DRb
   class DRbObject
     def ==(other)