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