From 9c5ffa668327e698f694d5c3a3179515569feefb Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Thu, 7 Sep 2023 15:44:59 +0200 Subject: [PATCH] Play with `ob-ruby' --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 184b50b..a03592f 100644 --- a/README.org +++ b/README.org @@ -2206,6 +2206,7 @@ list detailing and motivating each listing: ;; Beware: Python activation must not call still unbound functions. (python . t) (racket . ,(fboundp 'racket-mode)) + (ruby . ,(fboundp 'ruby-mode)) ;; MIT/GNU Scheme breaks Babel contrary to Guile, Chez and Chicken Scheme. (scheme . ,(fboundp 'geiser-mode)) (shell . t))