branch: elpa/inf-ruby
commit bf49b368a518b5c09f3a1f899ef809cdb51c931e
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Fix #18
---
inf-ruby.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/inf-ruby.el b/inf-ruby.el
index 612bb04b6e..68b410d2ee 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -34,6 +34,7 @@
"\\(^\\(irb([^)]+)" ; IRB default
"\\(\[[0-9]+\] \\)?[Pp]ry ?([^)]+)" ; Pry
"\\(jruby-\\|JRUBY-\\)?[1-9]\\.[0-9]\\.[0-9]+\\(-?p?[0-9]+\\)?" ; RVM
+ "^rbx-head" ; RVM continued
;; Statement and nesting counters, common to the last three.
"\\) ?[0-9:]* ?%s *\\)")
"\\|")