Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enabled the option to actually disable paren matching
The semantics of the ||= operator prevented the user from being able to set `Pry.config.coolline_paren_matching = false` and have it mean anything. Instead, ensure the parameter hasn't been defined at all before setting it.
- Loading branch information