Method: DfsFile.chdir

Defined in:
lib/drb_fileclient.rb

.chdir(path) ⇒ Object



283
# File 'lib/drb_fileclient.rb', line 283

def self.chdir(path)          @client.chdir(path)          end