# File lib/kirbybase.rb, line 3841
    def <=>(other)
        return 0 if other.kb_nil?
        return -1
    end