Exception: Exception
- Defined in:
- lib/lookout-3.0.rb
Overview
Adds #to_lookout_expected to Exceptions and their classes for better difference reports.
Class Method Summary collapse
-
.to_lookout_expected ⇒ Lookout::Expected::Classes::Exception
A wrapper around the receiver, making it an expected value.
Instance Method Summary collapse
-
#to_lookout_expected ⇒ Lookout::Expected::Exception
A wrapper around the receiver, making it an expected value.
Class Method Details
.to_lookout_expected ⇒ Lookout::Expected::Classes::Exception
Returns A wrapper around the receiver, making it an expected value.
112 |
# File 'lib/lookout-3.0.rb', line 112 def to_lookout_expected; Lookout::Expected::Classes::Exception.new(self) end |
Instance Method Details
#to_lookout_expected ⇒ Lookout::Expected::Exception
Returns A wrapper around the receiver, making it an expected value.
117 |
# File 'lib/lookout-3.0.rb', line 117 def to_lookout_expected; Lookout::Expected::Exception.new(self) end |