egwspiti

Results 3 comments of egwspiti

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)>...