Class: Lookout::Results::Error

Inherits:
Object
  • Object
show all
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_sObject



17
# File 'lib/lookout-3.0/results/error.rb', line 17

def to_s; [super, message, exception.format].compact.join(': ') end