# File lib/rhc/rest/application.rb, line 202 def <=>(other) c = name.downcase <=> other.name.downcase return c unless c == 0 domain_id <=> other.domain_id end