Skip to content

Environment Variables

Eliot Sykes edited this page Oct 21, 2020 · 1 revision
DISABLE_PRY

Disables Pry. Calls to binding.pry will not pause execution.

FAIL_PRY

Fails Pry. Calls to binding.pry will raise an error.

You may find it useful to set FAIL_PRY in your CI environments to catch stray binding.prys early.

Clone this wiki locally