Method: Rush::Connection::Remote#purge

Defined in:
lib/rush/remote.rb

#purge(full_path) ⇒ Object



33
34
35
# File 'lib/rush/remote.rb', line 33

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