Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 459 Bytes

editing-code-in-pry.md

File metadata and controls

10 lines (8 loc) · 459 Bytes

Editing Code In Pry

Pry provides an enhanced REPL experience for Ruby. One of the enhancements it provides is the ability to open your preferred editor within a pry session. This makes it easy to compose and edit multi-line blocks of code.

Try it out by typing edit within a pry session. Once you are ready, you can save the file which will prompt pry to interpret the contents of your file within the context of the pry session.