aboutsummaryrefslogtreecommitdiffstats
path: root/lib/drb
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-23 00:28:24 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-23 00:28:24 +0000
commit982245a6237145595fd9b04d9e7d4ba25ef695ea (patch)
tree195a3466417f849d13bbe3825e6aecb46c8af507 /lib/drb
parentbdbef403a122237d032af0697d375f135f1a69a3 (diff)
downloadruby-982245a6237145595fd9b04d9e7d4ba25ef695ea.tar.gz
* lib/drb/invokemethod.rb: [DOC] nodoc InvokeMethod18Mixin
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/drb')
-rw-r--r--lib/drb/invokemethod.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/drb/invokemethod.rb b/lib/drb/invokemethod.rb
index d11feabcb8..71ebec11f6 100644
--- a/lib/drb/invokemethod.rb
+++ b/lib/drb/invokemethod.rb
@@ -1,8 +1,8 @@
# for ruby-1.8.0
-module DRb
+module DRb # :nodoc: all
class DRbServer
- module InvokeMethod18Mixin # :nodoc: all
+ module InvokeMethod18Mixin
def block_yield(x)
if x.size == 1 && x[0].class == Array
x[0] = DRbArray.new(x[0])