class Idlc::Workspace

def cleanup

def cleanup
  debug("keeping directory: #{@tmp_dir} for dubugging")
  return if ENV['DEBUG']
  FileUtils.rm_rf(@tmp_dir)
end