Class: Neovim::ConnectionStdio
- Inherits:
-
Connection
- Object
- MPLight::Types
- Connection
- Neovim::ConnectionStdio
- Defined in:
- lib/neovim/connection.rb
Constant Summary
Constants included from Logging
Logging::DEFAULT_LEVEL, Logging::LEVELS
Instance Attribute Summary
Attributes inherited from Connection
Class Method Summary collapse
Methods inherited from Connection
#additional_data, #error, #initialize, #start
Methods included from Logging
Constructor Details
This class inherits a constructor from Neovim::Connection
Class Method Details
.open_files(*argv) {|(new $stdin, $stdout)| ... } ⇒ Object
122 123 124 |
# File 'lib/neovim/connection.rb', line 122 def open_files *argv yield (new $stdin, $stdout) end |