summaryrefslogtreecommitdiff
path: root/lib/drb/eq.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/drb/eq.rb')
-rw-r--r--lib/drb/eq.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/drb/eq.rb b/lib/drb/eq.rb
index 6328c81202..553f30c598 100644
--- a/lib/drb/eq.rb
+++ b/lib/drb/eq.rb
@@ -1,5 +1,5 @@
module DRb
- class DRbObject
+ class DRbObject # :nodoc:
def ==(other)
return false unless DRbObject === other
(@ref == other.__drbref) && (@uri == other.__drburi)