Class Neovim::Executable
In: lib/neovim/executable.rb
Parent: Object

Methods

from_env   new   version  

Classes and Modules

Class Neovim::Executable::Error

Constants

VERSION_PATTERN = /\ANVIM v?(.+)$/

Attributes

path  [R] 

Public Class methods

Load the current executable from the NVIM_EXECUTABLE environment variable.

@param env [Hash] @return [Executable]

Public Instance methods

Fetch the nvim version.

@return [String]

[Validate]