Class: DRb::DRbConnError Private
- Inherits:
-
Object
- Object
- DRb::DRbConnError
- 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
- #args ⇒ Object readonly private
Instance Method Summary collapse
-
#initialize(*args) ⇒ DRbConnError
constructor
private
A new instance of DRbConnError.
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
#args ⇒ Object (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 |