class Ethon::Easies::Form

def self.finalizer(form)

Parameters:
  • form (Form) -- The form to free.

Other tags:
    Example: Free the form -
def self.finalizer(form)
  proc { Curl.formfree(form.first) if form.multipart? }
end