Method: FileTransfer::Ftp#initialize
- Defined in:
- lib/file_transfer/ftp.rb
#initialize(options = {}) ⇒ Ftp
Returns a new instance of Ftp.
7 8 9 |
# File 'lib/file_transfer/ftp.rb', line 7 def initialize( = {}) super() end |
Returns a new instance of Ftp.
7 8 9 |
# File 'lib/file_transfer/ftp.rb', line 7 def initialize( = {}) super() end |