Flowdock
method

get_body

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Net::FTP
get_body(resp) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/net/ftp.rb, line 1165
    def get_body(resp) # :nodoc:
      resp.slice(/\A[0-9a-zA-Z]{3} (.*)$/, 1)
    end
Register or log in to add new notes.