Method: VimMate::Config#lib_path

Defined in:
lib/vim_mate/config.rb

#lib_pathObject

Get the lib path



96
97
98
# File 'lib/vim_mate/config.rb', line 96

def lib_path
  File.dirname(File.expand_path(__FILE__))
end