# File lib/neovim.rb, line 63
def
self
.
attach_tcp
(
host
,
port
)
Client
.
new
Session
.
tcp
(
host
,
port
)
end