module VundleMigrator
Constants
- VERSION
Public Class Methods
dry_run(opts)
click to toggle source
# 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)
click to toggle source
# File lib/vundle_migrator.rb, line 2 def self.migrate(opts) Migrator.new(opts[:vimrc_location], opts[:bundle_location], opts[:vundle_destination]).run end