Method: Jets::PolyFun::BaseExecutor#cleanup
- Defined in:
- lib/jets/poly_fun/base_executor.rb
#cleanup ⇒ Object
112 113 114 |
# File 'lib/jets/poly_fun/base_executor.rb', line 112 def cleanup FileUtils.rm_rf(@temp_dir) unless ENV['KEEP_LAMBDA_WRAPPER'] end |