# File lib/apotomo/widget/tree_node.rb, line 115 def <=>(other) return +1 if other == nil self.name <=> other.name end