class Rubycritic::SmellsIndexGenerator

def initialize(smells)

def initialize(smells)
  @smells = smells.sort { |a, b| a.type <=> b.type }
end