# File lib/neovim/host/loader.rb, line 14 def load(paths) paths.each do |path| override_plugin_method(path) do Kernel.load(path, true) end end end