Method: VimPathogenPluginManager::Manager#initialize
- Defined in:
- lib/vim_pathogen_plugin_manager.rb
#initialize ⇒ Manager
Returns a new instance of Manager.
10 11 12 13 14 |
# File 'lib/vim_pathogen_plugin_manager.rb', line 10 def initialize # getting Home dir + vim budles dir @dir = Dir.open Dir.home + "/.vim/bundle/" @bundle_list = Dir.home + "/.vim/bundle.list" end |