set_debug_output(arg)
Instance Public methods
WARNING: This method causes a serious security hole. Use this method only for debugging.
Set an output stream for debugging.
Example
1 2 3 4 5 | pop = Net:: POP . new (addr, port) pop.set_debug_output $stderr pop.start(account, passwd) do |pop| .... end |
Please login to continue.