(English|Japanese)

dRuby

An implementation of distributed object system by pure ruby.

download

changes

2.0.4

  • use LocalJumpError#reason
  • move ruby-1.6.8 code to invokemethod16.rb

2.0.4b3

  • use Block class (for ruby-1.8 CVS HEAD)

2.0.4b2

  • fix yield bug (for ruby-1.6.8)

2.0.4b1

  • fix yield bug (for ruby-1.6.8)
  • support break with arguments (for ruby-1.8 CVS)

2.0.3

  • Change URI format

    old  druby://hostname:port/option
    now  druby://hostname:port?option
    
  • rinda/*.rb fix notify bug.

documents