-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
next alias crashing #992
Comments
This is because Current workaround is to set |
I'm seeing a very similar error when trying to do |
Command |
@tompng Ok... so instead of def r! = reload! Not sure how this gets registered, but I found it here: IRB::HelperMethod.all_helper_methods_info.last
=> {display_name: :reload!, description: "Reloads the Rails application."} Ironically, the method version of Thanks for the link and nudge to try something different. |
Description
I have
binding.irb
in a ruby file of my Rails 7.2 app.I run a RSpec test, enter the binding session, hit
n
(alias ofnext
as per my.irbrc
file) and get the following error:The same doesn't happen if I enter
next
instead 🤔Ps: the
w
alias works fineResult of irb_info
Terminal Emulator
iTerm2
Setting Files
Are you using
~/.irbrc
and~/.inputrc
?The text was updated successfully, but these errors were encountered: