Created
November 24, 2011 08:24
-
-
Save jsvnm/1390890 to your computer and use it in GitHub Desktop.
making pry work with inf-ruby
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(add-to-list 'inf-ruby-implementations '("pry" . "pry")) | |
(setq inf-ruby-default-implementation "pry") | |
(setq inf-ruby-first-prompt-pattern "^\\[[0-9]+\\] pry\\((.*)\\)> *") | |
(setq inf-ruby-prompt-pattern "^\\[[0-9]+\\] pry\\((.*)\\)[>*\"'] *") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because somebody linked to this today:
The problem with "uninitialized constant IRB" has been fixed more than a year ago: nonsequitur/inf-ruby#64