= private = protected
getok( fmt, *args )
row level library
# File lib/net/smtp.rb, line 647 def getok( fmt, *args ) res = critical { @socket.writeline sprintf(fmt, *args) recv_response() } return check_response(res) end