emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-ruby 9c4d799faf 183/265: inf-ruby-console-zeus: Add do


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 9c4d799faf 183/265: inf-ruby-console-zeus: Add docstring
Date: Sat, 9 Jul 2022 21:59:24 -0400 (EDT)

branch: elpa/inf-ruby
commit 9c4d799faff8202367da88352375315a9e96f3c9
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    inf-ruby-console-zeus: Add docstring
---
 inf-ruby.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inf-ruby.el b/inf-ruby.el
index 67faeacf44..92e1d75ced 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -714,6 +714,7 @@ automatically."
 
 ;;;###autoload
 (defun inf-ruby-console-zeus (dir)
+  "Run Rails console in DIR using Zeus."
   (interactive "D")
   (let ((default-directory (file-name-as-directory dir))
         (exec-prefix (if (executable-find "zeus") "" "bundle exec ")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]