# File lib/neovim/session/event_loop.rb, line 19 def self.unix(path) socket = Socket.unix(path) new(socket) end