Method: PDFextract#cleanup

Defined in:
lib/pdf_extract.rb

#cleanupObject



130
131
132
# File 'lib/pdf_extract.rb', line 130

def cleanup
  `rm -r #{base_dir}`
end