Class: Net::FTP::NullSocket

Inherits:
Object
  • Object
show all
Defined in:
lib/rubysl/net/ftp/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:



1074
1075
1076
# File 'lib/rubysl/net/ftp/ftp.rb', line 1074

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

Instance Method Details

#closeObject



1071
1072
# File 'lib/rubysl/net/ftp/ftp.rb', line 1071

def close
end

#read_timeout=(sec) ⇒ Object



1068
1069
# File 'lib/rubysl/net/ftp/ftp.rb', line 1068

def read_timeout=(sec)
end