set_debug_output(output)
Instance Public methods
WARNING This method opens a serious security hole. Never use this method in production code.
Sets an output stream for debugging.
1 2 3 | http = Net:: HTTP . new http.set_debug_output $stderr http.start { .... } |
Please login to continue.