# File lib/neovim/session.rb, line 21
    def self.unix(socket_path)
      from_event_loop(EventLoop.unix(socket_path))
    end