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:
parent
d4b0bf031d
commit
a402acbbb6
4 changed files with 48 additions and 4 deletions
|
@ -66,6 +66,10 @@ class DRbEx
|
|||
raise UError
|
||||
end
|
||||
|
||||
def remote_no_method_error
|
||||
invoke_no_method(self)
|
||||
end
|
||||
|
||||
def test_yield
|
||||
yield
|
||||
yield([])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue