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