# File lib/neovim.rb, line 81
  def self.attach_child(argv=[executable.path])
    Client.new Session.child(argv)
  end