Module: VundleMigrator

Defined in:
lib/vundle_migrator.rb,
lib/vundle_migrator/version.rb

Defined Under Namespace

Classes: Migrator

Constant Summary collapse

VERSION =
"0.2.0"

Class Method Summary collapse

Class Method Details

.dry_run(opts) ⇒ Object



6
7
8
# File 'lib/vundle_migrator.rb', line 6

def self.dry_run(opts)
  Migrator.new(opts[:vimrc_location], opts[:bundle_location], opts[:vundle_destination]).dry_run
end

.migrate(opts) ⇒ Object



2
3
4
# File 'lib/vundle_migrator.rb', line 2

def self.migrate(opts)
  Migrator.new(opts[:vimrc_location], opts[:bundle_location], opts[:vundle_destination]).run
end