# File 'lib/vundle_migrator.rb', line 6defself.dry_run(opts)Migrator.new(opts[:vimrc_location],opts[:bundle_location],opts[:vundle_destination]).dry_runend
.migrate(opts) ⇒ Object
2
3
4
# File 'lib/vundle_migrator.rb', line 2defself.migrate(opts)Migrator.new(opts[:vimrc_location],opts[:bundle_location],opts[:vundle_destination]).runend