From 982245a6237145595fd9b04d9e7d4ba25ef695ea Mon Sep 17 00:00:00 2001 From: zzak Date: Tue, 23 Jul 2013 00:28:24 +0000 Subject: * lib/drb/invokemethod.rb: [DOC] nodoc InvokeMethod18Mixin git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ lib/drb/invokemethod.rb | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cb9d799994..23600eb7a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Jul 23 09:28:05 2013 Zachary Scott + + * lib/drb/invokemethod.rb: [DOC] nodoc InvokeMethod18Mixin + Tue Jul 23 08:44:37 2013 Eric Hodel * ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZ 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]) -- cgit v1.2.3