From baeaebfa5ba8b9d0962847eb76c4dd452bbf6e73 Mon Sep 17 00:00:00 2001 From: John Mair Date: Thu, 9 Dec 2010 05:18:01 +1300 Subject: [PATCH] doc update --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index 3c3d81c4..b5d9ee66 100644 --- a/README.markdown +++ b/README.markdown @@ -8,6 +8,8 @@ _attach an irb-like session to any object at runtime_ Pry is a simple Ruby REPL (Read-Eval-Print-Loop) that specializes in the interactive manipulation of objects during the running of a program. +It is not based on the IRB codebase and is small, at around 120 LOC. + * Install the [gem](https://rubygems.org/gems/pry): `gem install pry` * Read the [documentation](http://rdoc.info/github/banister/pry/master/file/README.markdown) * See the [source code](http://github.com/banister/pry)