= private = protected
add_protocol(prot)
Add a new protocol to the DRbProtocol module.
# File lib/drb/drb.rb, line 724 def add_protocol(prot) @protocol.push(prot) end