debug_output=(arg)
Instance Public methods
WARNING: This method causes serious security holes. Use this method for only debugging.
Set an output stream for debug logging. You must call this before start.
1 2 3 4 5 6 | # example smtp = Net:: SMTP . new (addr, port) smtp.set_debug_output $stderr smtp.start do |smtp| .... end |
Please login to continue.