Method: Ftpd::FtpServerError#message_with_code

Defined in:
lib/ftpd/exceptions.rb

#message_with_codeObject



23
24
25
# File 'lib/ftpd/exceptions.rb', line 23

def message_with_code
  "#{code} #{message}"
end