DRb::DRbError
An exception wrapping a DRb::DRbUnknown object
Get the wrapped DRb::DRbUnknown object.
Create a new DRbUnknownError for the DRb::DRbUnknown object unknown
# File drb/drb.rb, line 416 def initialize(unknown) @unknown = unknown super(unknown.name) end
This page was generated for Ruby 1.9.2
Ruby-doc.org is a service of James Britt and Neurogami, an application development company in Scottsdale, AZ.
Generated with the Rubydoc Rdoc Generator 0.9.3.