Method: Rush::Connection::Remote#index

Defined in:
lib/rush/remote.rb

#index(base_path, glob) ⇒ Object



57
58
59
# File 'lib/rush/remote.rb', line 57

def index(base_path, glob)
  transmit(:action => 'index', :base_path => base_path, :glob => glob).split("\n")
end