Method: Wpxf::Module#cleanup

Defined in:
lib/wpxf/core/module.rb

#cleanupObject

Cleanup any allocated resource to the module.



108
109
110
# File 'lib/wpxf/core/module.rb', line 108

def cleanup
  payload&.cleanup
end