method
getok
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
getok(fmt, *fargs)
private
Hide source
# File lib/net/pop.rb, line 985 def getok(fmt, *fargs) @socket.writeline sprintf(fmt, *fargs) check_response(recv_response()) end