class RubyCritic::AnalysedModule
def smells_at_location(location)
def smells_at_location(location) smells.select { |smell| smell.at_location?(location) } end
def smells_at_location(location) smells.select { |smell| smell.at_location?(location) } end