class Ethon::Easies::Form
def self.finalizer(form)
-
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
form
(Form
)
-- The form to free.
def self.finalizer(form) proc { Curl.formfree(form.first) if form.multipart? } end