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

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

[nongnu] elpa/inf-ruby d776551688 087/265: Add pry to inf-ruby-implement


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby d776551688 087/265: Add pry to inf-ruby-implementations
Date: Sat, 9 Jul 2022 21:59:16 -0400 (EDT)

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

    Add pry to inf-ruby-implementations
---
 inf-ruby.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index 3ad8e9b5bd..008cfb9b57 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -102,7 +102,8 @@ graphical char in all other prompts.")
     ("jruby"    . "jruby -S irb --prompt default -r irb/completion")
     ("rubinius" . "rbx -r irb/completion")
     ("yarv"     . "irb1.9 -r irb/completion")
-    ("macruby"  . "macirb -r irb/completion"))
+    ("macruby"  . "macirb -r irb/completion")
+    ("pry"      . "pry"))
   "An alist of ruby implementations to irb executable names.")
 
 ;;;###autoload



reply via email to

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