Object
Handles the cleanup of a site’s destination before it is built.
# File lib/jekyll/cleaner.rb, line 9 def initialize(site) @site = site end
Cleans up the site’s destination directory
# File lib/jekyll/cleaner.rb, line 14 def cleanup! FileUtils.rm_rf(obsolete_files) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.