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

add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
seki 2004-12-11 12:12:17 +00:00
parent d4b0bf031d
commit a402acbbb6
4 changed files with 48 additions and 4 deletions

View file

@ -66,6 +66,10 @@ class DRbEx
raise UError
end
def remote_no_method_error
invoke_no_method(self)
end
def test_yield
yield
yield([])