egwspiti
Results
3
comments of
egwspiti
Then I guess pry/pry#1516 should be reopened.
This is happening because `exit` and `quit` are interpreted as Pry commands. A workaround for this is to use `command_prefix`: ``` [1] pry(main)> Pry.config.command_prefix = "%" => "%" [2] pry(main)>...
Are there any plans to fix this?