class RubyCritic::AnalysedModule

def <=>(other)

def <=>(other)
  [rating.to_s, name] <=> [other.rating.to_s, other.name]
end