Class: Aardi::Orphanage
- Inherits:
-
Object
- Object
- Aardi::Orphanage
- Defined in:
- lib/aardi/orphanage.rb
Instance Method Summary collapse
Instance Method Details
#report(html_files, generated_paths) ⇒ Object
5 6 7 |
# File 'lib/aardi/orphanage.rb', line 5 def report(html_files, generated_paths) (html_files - generated_paths).each { |path| warn("Orphan: #{path}") unless ignored?(path) } end |