Class: Lookout::Results::Error
- Includes:
- Lookout::Result
- Defined in:
- lib/lookout-3.0/results/error.rb
Overview
An error result used when the evalution of an expect block failed.
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
17 |
# File 'lib/lookout-3.0/results/error.rb', line 17 def to_s; [super, , exception.format].compact.join(': ') end |