class SyntaxError

def lineno

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