Exception: Layo::RuntimeError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Layo::RuntimeError
- Defined in:
- lib/layo/runtime_error.rb
Instance Attribute Summary collapse
-
#line ⇒ Object
Returns the value of attribute line.
Instance Method Summary collapse
Instance Attribute Details
#line ⇒ Object
Returns the value of attribute line.
3 4 5 |
# File 'lib/layo/runtime_error.rb', line 3 def line @line end |
Instance Method Details
#to_s ⇒ Object
5 6 7 |
# File 'lib/layo/runtime_error.rb', line 5 def to_s super << " on line #{@line}" end |