Exception: Secure::Marshal::OutOfData
- Inherits:
-
Exception
- Object
- Exception
- Secure::Marshal::OutOfData
- Defined in:
- lib/appswarm/secure_marshal.rb
Instance Method Summary collapse
-
#initialize(data) ⇒ OutOfData
constructor
A new instance of OutOfData.
Constructor Details
#initialize(data) ⇒ OutOfData
Returns a new instance of OutOfData.
6 7 8 |
# File 'lib/appswarm/secure_marshal.rb', line 6 def initialize(data) @data=data end |