92 93 94 95
# File 'lib/docman/git_util.rb', line 92 def self.pull(path, options = nil) Dir.chdir path exec "pull#{options}" end