The project is in a healthy, maintained state
Does your coworker have the muscle memory to write `binding.pry` then that gem is for you. Migrate to `irb` without annoying your coworkers.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

pry_to_irb_alias: just make a transition to IRB even more pain-less

Do you have the muscle memory to write binding.pry? Yeah, same here. Now IRB is in feature parity with pry and even more powerful and maintain.

It was annoying even for yourself to change to binding.irb that you understand your coworkers. This gem just redirect calls for pry to irb.

Installation

# Gemfile

gem "pry_to_irb_alias", group: :development

Usage

When you call pry:

binding.pry

It launch irb with a reminder:


`pry` is deprecated and removed from the project.
Please call `irb` next time.

irb(main):001>

Pry alias

The following pry alias can be used:

  • !!! to exit