global

def <=>(other)

def <=>(other)
  line_comparison = (line <=> other.line)
  return line_comparison unless line_comparison == 0
  column <=> other.column
end