From 3cd9a01e6f82620f6a9af425fc345c3c4e38b536 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 29 Jun 2011 03:35:48 +0000 Subject: [PATCH] * properties. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/drb/ut_eq.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/drb/ut_eq.rb b/test/drb/ut_eq.rb index 10dc85698c..330af95289 100644 --- a/test/drb/ut_eq.rb +++ b/test/drb/ut_eq.rb @@ -11,7 +11,7 @@ class Bar @foo = Foo.new end attr_reader :foo - + def foo?(foo) @foo == foo end