Class: Net::SFTP::Protocol::Driver
- Inherits:
-
Object
- Object
- Net::SFTP::Protocol::Driver
- Defined in:
- lib/core/transports.rb
Instance Method Summary collapse
Instance Method Details
#mkdir(first, path, attrs = {}) ⇒ Object
22 23 24 |
# File 'lib/core/transports.rb', line 22 def mkdir(first, path, attrs = {}) method_missing :mkdir, first, path, attrs end |