浏览代码

ob-ruby: only require inf-ruby when absolutely necessary

* lisp/ob-ruby.el (org-babel-expand-body:ruby): removed requirement of
  inf-ruby
Eric Schulte 14 年之前
父节点
当前提交
2d6238ae55
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      lisp/ob-ruby.el

+ 0 - 1
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