Class: DRb::DRbConnError Private

Inherits:
Object
  • Object
show all
Defined in:
lib/pione/patch/drb-patch.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ DRbConnError

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of DRbConnError.



516
517
518
519
# File 'lib/pione/patch/drb-patch.rb', line 516

def initialize(*args)
  super
  @args = args
end

Instance Attribute Details

#argsObject (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



514
515
516
# File 'lib/pione/patch/drb-patch.rb', line 514

def args
  @args
end