Function: ruby-ts--list-p

ruby-ts--list-p is a byte-compiled function defined in ruby-ts-mode.el.gz.

Signature

(ruby-ts--list-p NODE)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ruby-ts-mode.el.gz
(defun ruby-ts--list-p (node)
  ;; Distinguish between the named `unless' node and the
  ;; node with the same value of type.
  (when (treesit-node-check node 'named)
    (ruby-ts--sexp-p node)))