class Rubycritic::SmellsStatusSetter
def initialize(smelly_pathnames_before, smelly_pathnames_now)
def initialize(smelly_pathnames_before, smelly_pathnames_now) @smelly_pathnames_before = smelly_pathnames_before @smelly_pathnames_now = smelly_pathnames_now end