module DRb::DRbProtocol

def add_protocol(prot)

Add a new protocol to the DRbProtocol module.
def add_protocol(prot)
  @protocol.push(prot)
end