Method: Lookout::Results::Error#to_s
- Defined in:
- lib/lookout/results/error.rb
#to_s ⇒ Object
15 16 17 |
# File 'lib/lookout/results/error.rb', line 15 def to_s [super, , exception].compact.join(': ') end |
15 16 17 |
# File 'lib/lookout/results/error.rb', line 15 def to_s [super, , exception].compact.join(': ') end |