# File lib/treetop/runtime/syntax_node.rb, line 45
      def <=>(other)
        self.interval.first <=> other.interval.first
      end