aboutsummaryrefslogtreecommitdiffstats
path: root/test/drb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-29 03:35:48 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-29 03:35:48 +0000
commit3cd9a01e6f82620f6a9af425fc345c3c4e38b536 (patch)
tree7171c6121fe59f6414819ba179d6b8344d71ae38 /test/drb
parent926301969f7970b5a59a065dabb234cddc590e6c (diff)
downloadruby-3cd9a01e6f82620f6a9af425fc345c3c4e38b536.tar.gz
* properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/drb')
-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