Class: Deadfire::ErrorReporter::Error
- Inherits:
-
Struct
- Object
- Struct
- Deadfire::ErrorReporter::Error
- Defined in:
- lib/deadfire/error_reporter.rb
Overview
create error struct with line and message
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
25 26 27 |
# File 'lib/deadfire/error_reporter.rb', line 25 def to_s "Line #{line}: #{}" end |