Commit Graph

14 Commits

Author SHA1 Message Date
John Mair 3542106257 fixed formatting, refactored and cleaned up some code 2010-12-12 10:53:14 +13:00
John Mair 1d271ba47b reverted lambdas to procs for prompts so that not force users to use the nested parameter if not want to 2010-12-12 02:18:51 +13:00
John Mair 09685f360c * added new commands: help, status
* removed exit_at alias for jump_to, now only jump_to is valid
* updated documentation
* added another format for pry method, can now use 5.pry or pry(5)
2010-12-11 22:08:01 +13:00
John Mair 3ea896efba cleaned up code (ugly comments) 2010-12-11 18:31:34 +13:00
John Mair 191eb63c6a * version bump to 0.2.0
* added bunch of new nesting functionality
* added input/output accessors instead of binding to stdin/stdout
* added _ for last result
* changed command format (no more sigils)
2010-12-11 18:22:17 +13:00
John Mair a25c40d2db version bump to 0.1.3 and slight aesthetic changes to code 2010-12-11 18:19:55 +13:00
John Mair 4fcf81b976 refactored binding tests into binding_for() method 2010-12-09 04:39:42 +13:00
John Mair 9d7058d837 updated docs, added info, fixed typos 2010-12-09 03:57:50 +13:00
John Mair 890ca85030 rescuing SyntaxError as well in valid_expression? 2010-12-09 02:49:28 +13:00
John Mair ed56b42dd9 updated readme 2010-12-09 01:06:49 +13:00
John Mair 62d1e31819 updated README 2010-12-09 00:39:06 +13:00
John Mair 2dc06b23c8 adding READMEs and CHANGELOG etc 2010-12-08 20:30:38 +13:00
John Mair a3399b96ed added # commands, all Pry commands begin with # 2010-12-08 13:19:55 +13:00
John Mair 53e40e9865 first commit 2010-12-07 21:11:35 +13:00