Class DRb::GWIdConv
In: drb/gw.rb
Parent: DRbIdConv

Methods

to_obj  

Public Instance methods

[Source]

    # File drb/gw.rb, line 6
 6:     def to_obj(ref)
 7:       if Array === ref && ref[0] == :DRbObject
 8:         return DRbObject.new_with(ref[1], ref[2])
 9:       end
10:       super(ref)
11:     end

Search

Google

Ruby API Docs

Links