= private = protected
read_timeout=( sec )
Set the number of seconds to wait until timing-out a read(2) call.
# File lib/net/smtp.rb, line 237 def read_timeout=( sec ) @socket.read_timeout = sec if @socket @read_timeout = sec end