Module: Lookout::Result
- Defined in:
- lib/lookout-3.0/result.rb
Overview
Base module for Results.
Instance Method Summary collapse
-
#to_s ⇒ Object
A String formatted according to the GNU standard for error messages.
Instance Method Details
#to_s ⇒ Object
Returns A String formatted according to the GNU standard for error messages.
15 |
# File 'lib/lookout-3.0/result.rb', line 15 def to_s; '%s:%d' % [file, line] end |