module DebugNetHttp
Public Instance Methods
net_http_connection(env)
click to toggle source
Calls superclass method
# File lib/digdag_client/debug_net_http.rb, line 2 def net_http_connection(env) http = super http.set_debug_output $stderr http end