summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-09-02 09:03:08 -0600
committerEric Schulte <schulte.eric@gmail.com>2010-09-02 09:03:08 -0600
commit2d6238ae551baee92fcecfb0fbfcb76c7537c93c (patch)
treefed1c75c4fb59c9a2e0ae1564f5814e1a739ad94
parentfc49c1ec96b2c789f573ae1ba936b930a8494402 (diff)
downloadorg-mode-2d6238ae551baee92fcecfb0fbfcb76c7537c93c.tar.gz
ob-ruby: only require inf-ruby when absolutely necessary
* lisp/ob-ruby.el (org-babel-expand-body:ruby): removed requirement of inf-ruby
-rw-r--r--lisp/ob-ruby.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ob-ruby.el b/lisp/ob-ruby.el
index f2363df..87df8d1 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