= private = protected
parse(str)
Parses the received response and separates the reply code and the human readable reply text
# File lib/net/smtp.rb, line 998 def self.parse(str) new(str[0,3], str) end