class Rubycritic::AnalysedFilesBuilder
def file_smells(pathname)
def file_smells(pathname) file_smells = [] @smells.each do |smell| file_smells << smell if smell.at_pathname?(pathname) end file_smells end
def file_smells(pathname) file_smells = [] @smells.each do |smell| file_smells << smell if smell.at_pathname?(pathname) end file_smells end