class Dizby::DeadProtocol::Server

Public Instance Methods

make_distributed(*_) click to toggle source

A DeadProtocol server doesn't allow backwards connections therefore, making a distributed object goes against that.

# File lib/dizby/protocols/dead.rb, line 23
def make_distributed(*_)
  raise DistributedError,
        'distributed objects not supported from DeadProtocol'
end