Class: NameError::Message
- Inherits:
-
Object
- Object
- NameError::Message
- Defined in:
- lib/akephalos/server.rb
Overview
In ruby-1.8.7 and later, the message for a NameError exception is lazily evaluated. There are, however, different implementations of this between ruby and jruby, so we realize these messages when sending over DRb.
Instance Method Summary collapse
-
#_dump ⇒ String
connection.
Instance Method Details
#_dump ⇒ String
Note:
This method is called by DRb before sending the error to the remote
connection.
12 13 14 |
# File 'lib/akephalos/server.rb', line 12 def _dump to_s end |