Exception: SyntaxError

Inherits:
Exception
  • Object
show all
Defined in:
lib/sus/file.rb

Instance Method Summary collapse

Instance Method Details

#linenoObject



15
16
17
18
19
# File 'lib/sus/file.rb', line 15

def lineno
	if message =~ /:(\d+):/
		$1.to_i
	end
end