소스 검색

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