Module: Bringit::Pulling

Included in:
Wrapper
Defined in:
lib/bringit/pulling.rb

Overview

Methods for pulling

Defined Under Namespace

Classes: Error

Instance Method Summary collapse

Instance Method Details

#pullObject



8
9
10
11
12
13
14
# File 'lib/bringit/pulling.rb', line 8

def pull
  if svn?
    pull_svn
  else
    pull_git
  end
end