Method: Net::FTP#last_response

Defined in:
lib/net/ftp.rb

#last_responseObject (readonly)

The server’s last response.



155
156
157
# File 'lib/net/ftp.rb', line 155

def last_response
  @last_response
end