Class: Neovim::ConnectionStdio

Inherits:
Connection show all
Defined in:
lib/neovim/connection.rb

Constant Summary

Constants included from Logging

Logging::DEFAULT_LEVEL, Logging::LEVELS

Instance Attribute Summary

Attributes inherited from Connection

#client

Class Method Summary collapse

Methods inherited from Connection

#additional_data, #error, #initialize, #start

Methods included from Logging

put

Constructor Details

This class inherits a constructor from Neovim::Connection

Class Method Details

.open_files(*argv) {|(new $stdin, $stdout)| ... } ⇒ Object

Yields:

  • ((new $stdin, $stdout))


122
123
124
# File 'lib/neovim/connection.rb', line 122

def open_files *argv
  yield (new $stdin, $stdout)
end