# File lib/neovim.rb, line 72
  def self.attach_unix(socket_path)
    Client.new Session.unix(socket_path)
  end