Class: Aardi::Orphanage

Inherits:
Object
  • Object
show all
Defined in:
lib/aardi/orphanage.rb

Instance Method Summary collapse

Instance Method Details

#reportObject



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