Module: Robustly
- Defined in:
- lib/robustly.rb,
lib/robustly/version.rb
Defined Under Namespace
Modules: Methods
Constant Summary collapse
- VERSION =
"0.0.3"
Class Attribute Summary collapse
-
.env ⇒ Object
Returns the value of attribute env.
-
.report_exception_method ⇒ Object
Returns the value of attribute report_exception_method.
Class Method Summary collapse
Class Attribute Details
.env ⇒ Object
Returns the value of attribute env.
7 8 9 |
# File 'lib/robustly.rb', line 7 def env @env end |
.report_exception_method ⇒ Object
Returns the value of attribute report_exception_method.
7 8 9 |
# File 'lib/robustly.rb', line 7 def report_exception_method @report_exception_method end |
Class Method Details
.report_exception(e) ⇒ Object
9 10 11 |
# File 'lib/robustly.rb', line 9 def report_exception(e) report_exception_method.call(e) end |