class Trenni::Location

def line_number

The line index, but base-1.
def line_number
	@line_index + 1
end