From dd6e2073543e2b3bde0ed0e4085b38af8190b09b Mon Sep 17 00:00:00 2001 From: John Mair Date: Thu, 17 Feb 2011 23:01:33 +1300 Subject: [PATCH] updated docs --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 46e9a2c8..6a32f730 100644 --- a/README.markdown +++ b/README.markdown @@ -93,11 +93,11 @@ an instance variable inside that class: pry(main)* @x = 20 pry(main)* end => 20 - pry(main)> Hello.pry + pry(main)> cd Hello Beginning Pry session for Hello pry(Hello):1> instance_variables => [:@x] - pry(Hello):1> @x.pry + pry(Hello):1> cd @x Beginning Pry session for 20 pry(20:2)> self + 10 => 30