Class: Net::FTP::NullSocket
- Inherits:
-
Object
- Object
- Net::FTP::NullSocket
show all
- Defined in:
- lib/rubysl/net/ftp/ftp.rb
Overview
Instance Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(mid, *args) ⇒ Object
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
#close ⇒ Object
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
|