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