# File lib/rhc/rest/membership.rb, line 62 def <=>(other) [role_weight, type, name, id] <=> [other.role_weight, other.type, other.name, other.id] end