Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
neovim-runtime / usr / share / nvim / runtime / autoload / provider / script_host.rb
Size: Mime:
begin
  require 'neovim/ruby_provider'
rescue LoadError
  warn('Your neovim RubyGem is missing or out of date.',
       'Install the latest version using `gem install neovim`.')
end