# File ../lib/fox/core.rb, line 4
    def <=>(otherItem)
      text <=> otherItem.text
    end