alive?()
No documentation available.
# File lib/drb/drb.rb, line 1261 def alive? # :nodoc: return false unless @protocol @protocol.alive? end