module Ethon::Easies::Http::Actionable
def set_nothing(easy)
-
easy
(Easy
) -- The easy to setup.
Other tags:
- Example: Setup nothing. -
def set_nothing(easy) easy.url = url end
easy
(Easy
)
-- The easy to setup.
def set_nothing(easy) easy.url = url end