Class
Recoverable
In:
lib/sup/util.rb
Parent:
Object
wraps an object. if it throws an exception, keeps a copy.
Methods
__pass
clear_error!
has_errors?
id
is_a?
method_missing
new
respond_to?
to_s
to_yaml
Attributes
error
[RW]
Public Class methods
new
(o)
Public Instance methods
__pass
(m, *a, &b)
clear_error!
()
has_errors?
()
id
()
is_a?
(c;)
method_missing
(m, *a, &b;)
respond_to?
(m, include_private=false)
to_s
()
to_yaml
(x;)
[Validate]