method
command
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
command()
private
Hide source
# File lib/net/pop.rb, line 591 def command raise IOError, 'POP session not opened yet' if not @socket or @socket.closed? @command end