1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

stop undef DRbObject#to_a

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
seki 2004-03-18 08:48:37 +00:00
parent 29f163f184
commit 29696a1738
2 changed files with 5 additions and 1 deletions

View file

@ -1000,7 +1000,7 @@ module DRb
end
undef :to_s
undef :to_a
undef :to_a if respond_to?(:respond_to)
undef :respond_to?
# Routes method calls to the referenced object.