DRb::DRbProtocol
module DRb::DRbProtocol
Public Class Methods
Add a new protocol to the DRbProtocol module.
# File lib/drb/drb.rb, line 724 def add_protocol(prot) @protocol.push(prot) end
open(uri, config, first=true
Add a new protocol to the DRbProtocol module.
# File lib/drb/drb.rb, line 724 def add_protocol(prot) @protocol.push(prot) end