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