method
set_debug_output
v1_8_6_287 -
Show latest stable
- Class:
Net::POP3
set_debug_output( arg )public
WARNING: This method causes a serious security hole. Use this method only for debugging.
Set an output stream for debugging.
Example
pop = Net::POP.new(addr, port) pop.set_debug_output $stderr pop.start(account, passwd) do |pop| .... end