Method: Rush::Connection::Remote#create_dir
- Defined in:
- lib/rush/remote.rb
#create_dir(full_path) ⇒ Object
37 38 39 |
# File 'lib/rush/remote.rb', line 37 def create_dir(full_path) transmit(:action => 'create_dir', :full_path => full_path) end |