From 2d6238ae551baee92fcecfb0fbfcb76c7537c93c Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Thu, 2 Sep 2010 09:03:08 -0600 Subject: [PATCH] ob-ruby: only require inf-ruby when absolutely necessary * lisp/ob-ruby.el (org-babel-expand-body:ruby): removed requirement of inf-ruby --- lisp/ob-ruby.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/ob-ruby.el b/lisp/ob-ruby.el index f2363df33..87df8d10a 100644 --- a/lisp/ob-ruby.el +++ b/lisp/ob-ruby.el @@ -54,7 +54,6 @@ (defun org-babel-expand-body:ruby (body params &optional processed-params) "Expand BODY according to PARAMS, return the expanded body." - (require 'inf-ruby) (let ((vars (nth 1 (or processed-params (org-babel-process-params params))))) (concat (mapconcat ;; define any variables