Method: Neovim::Connection#initialize
- Defined in:
- lib/neovim/connection.rb
#initialize(rd, wr) ⇒ Connection
20 21 22 23 24 25 26 |
# File 'lib/neovim/connection.rb', line 20 def initialize rd, wr super default_to_string! init_input rd init_output wr @errors = {} end |