= private = protected
read_timeout=( sec )
Set the read timeout.
# File lib/net/pop.rb, line 403 def read_timeout=( sec ) @command.socket.read_timeout = sec if @command @read_timeout = sec end