Method: VimEpidemic::Config#initialize
- Defined in:
- lib/vim-epidemic/config.rb
#initialize ⇒ Config
Returns a new instance of Config.
7 8 9 10 |
# File 'lib/vim-epidemic/config.rb', line 7 def initialize @plugins = [] @home = File. '~' end |