5 6 7
# File 'lib/aardi/orphanage.rb', line 5 def report Aardi.ledger[:html_files].each { |path| warn("Orphan: #{path}") unless ignored?(path) } end