# File lib/ethon/easy/http/custom.rb, line 10 def initialize(verb, url, options) @verb = verb super(url, options) end