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