Exception: SyntaxError
- Inherits:
-
Exception
- Object
- Exception
- SyntaxError
- Defined in:
- lib/sus/file.rb
Instance Method Summary collapse
Instance Method Details
#lineno ⇒ Object
15 16 17 18 19 |
# File 'lib/sus/file.rb', line 15 def lineno if =~ /:(\d+):/ $1.to_i end end |