General

Profile

youchan (瑶 大崎)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

04/20/2017

11:38 AM Ruby Bug #13431: sample/drb/http0*.rb is not working.
That is different from my case.
I forgot telling you the important fact.
* I copied files `http0.rb`, `http0server.rb` to working directory.
* I rewrote `http0server.rb` line 3, `require 'drb/http0'` to `require_relative './http0'...
youchan (瑶 大崎)

04/13/2017

01:09 PM Ruby Bug #13431 (Closed): sample/drb/http0*.rb is not working.
I tried to use drb over http with the sample code *sample/drb/http0*.rb*
I wrote the code as following.
*server.rb*
~~~
require 'drb/drb'
require_relative './http0serv'
class SampleObject
def test
"ACK!"
end
end
...
youchan (瑶 大崎)

Also available in: Atom