pry

powerful irb alternative and runtime developer console

Description

Pry is a powerful alternative to the standard IRB shell for Ruby. It is written from scratch to provide a number of advanced features, some of these include:

 - Source code browsing (including core C source with the pry-doc gem)
 - Documentation browsing
 - Live help system
 - Open methods in editors (`edit-method Class#method`)
 - Syntax highlighting
 - Command shell integration (start editors, run git, and rake from
   within Pry)
 - Gist integration
 - Navigation around state (`cd`, `ls` and friends)
 - Runtime invocation (use Pry as a developer console or debugger)
 - Exotic object support (BasicObject instances, IClasses, ...)
 - A Powerful and flexible command system
 - Ability to view and replay history
 - Many convenience commands inspired by IPython, Smalltalk and other
   advanced REPLs

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://pry.github.io/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install pry