Function: ruby-ts--true

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

Signature

(ruby-ts--true &rest _)

Documentation

I have no idea why I can't just put t but I can put 0.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ruby-ts-mode.el.gz
(defun ruby-ts--true (&rest _)
  "I have no idea why I can't just put t but I can put 0."
  t)