* lib/drb/invokemethod.rb: [DOC] nodoc InvokeMethod18Mixin

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
zzak 2013-07-23 00:28:24 +00:00
parent bdbef403a1
commit 982245a623
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
Tue Jul 23 09:28:05 2013 Zachary Scott <e@zzak.io>
* lib/drb/invokemethod.rb: [DOC] nodoc InvokeMethod18Mixin
Tue Jul 23 08:44:37 2013 Eric Hodel <drbrain@segment7.net>
* ext/openssl/ossl_asn1.c (asn1time_to_time): Implement YYMMDDhhmmZ

View File

@ -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])