Skip to content

Instantly share code, notes, and snippets.

@spalenza
Created November 22, 2016 21:29
Show Gist options
  • Save spalenza/5c025d3e26bde12e7caa693610471ba5 to your computer and use it in GitHub Desktop.
Save spalenza/5c025d3e26bde12e7caa693610471ba5 to your computer and use it in GitHub Desktop.
Enable and disable pry
def enable_pry
ENV['DISABLE_PRY'] = nil
end
def disable_pry
ENV['DISABLE_PRY'] = 'true'
end
@spalenza
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment