14 15 16
# File 'lib/vimpack/utils/file_path.rb', line 14 def join(*paths) ::File.join(@base_path, *paths) end