Class: Net::FTP::NullSocket

Inherits:
Object show all
Defined in:
lib/extensions/net-http/net/ftp.rb

Overview

:stopdoc:

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(mid, *args) ⇒ Object

Raises:



973
974
975
# File 'lib/extensions/net-http/net/ftp.rb', line 973

def method_missing(mid, *args)
  raise FTPConnectionError, "not connected"
end