Method: Rush::Connection::Remote#destroy

Defined in:
lib/rush/remote.rb

#destroy(full_path) ⇒ Object



29
30
31
# File 'lib/rush/remote.rb', line 29

def destroy(full_path)
	transmit(:action => 'destroy', :full_path => full_path)
end