module Ethon::Easies::Http::Actionable

def set_nothing(easy)

Parameters:
  • easy (Easy) -- The easy to setup.

Other tags:
    Example: Setup nothing. -
def set_nothing(easy)
  easy.url = url
end