aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/drb/ut_eq.rb2
1 files changed, 1 insertions, 1 deletions
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