-
Notifications
You must be signed in to change notification settings - Fork 455
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
ArgumentError (wrong number of arguments (given 1, expected 0)) #412
Comments
I had the same issue and after searching I found this: and don't forget to do one of the following: Doing what I mentioned solved this issue for me at least. I hope it does for your too. |
Adding |
Hey all! I have the gem installed in my gemfile, and the two lines in |
I had to patch the gem locally. This fixed it https://github.com/awesome-print/awesome_print/pull/390/files |
After adding AwesomePrint.irb! to .irbrc
I got that error on every variable assignment inside rails console:
I've also added proper line to .pryrc
but when switched to pry I got the same error as in #404
The text was updated successfully, but these errors were encountered: