>> ob-ruby.el: allow specification of session ruby command w/header arg >> >> * lisp/ob-ruby.el (org-babel-ruby-initiate-session): Use a header argument >> to get ruby command. > > I've ported it to the Org repo, but please avoid doing this in the > future. The preferred method is for development to happen through > Org's list and repo. Thanks, point taken. Now in https://github.com/nonsequitur/inf-ruby/issues/121 we came to the conclusion that another patch is needed for ob-ruby.el. This patch should allow sharing the same :session among code blocks for the same root dir only when :session is nil. But in case of a named :session, its commands always should be encapsulated within the buffer with the same name as :session. Therefore I'm submitting the patch here for inclusion to the Org repo. Thanks in advance.