1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
Commit graph

9 commits

Author SHA1 Message Date
Conrad Irwin
d6b929f95c Add Pry::Method::Disowned, [Fixes #357]
This might be an over-the-top solution...
2011-12-03 20:21:02 -08:00
Ryan Fitzgerald
d3424543d8 return nil by default on session exit (fix #326) 2011-11-04 23:22:21 -07:00
John Mair
253add814b Added support for complex syntax to the cd command, e.g: cd ../@x/y../z. Updated tests.
cd @x/@y/@z will push @x and @y and @z onto the stack in that order
cd ../../ will pop @z and @y off the stack
2011-09-06 04:12:53 +12:00
John Mair
a381a9f11e changed behaviour of cd command so no args is equivalent to cd / (rather than a no-op) 2011-09-03 22:37:46 +12:00
John Mair
662a75ff45 exit-program now accepts exit status code (also added tests) 2011-08-30 03:22:10 +12:00
John Mair
e8b54c9a23 reverted behaviour of exit and friends back to 1.9.3 behaviour (to prevent surprising users) also updated tests to reflect this 2011-08-25 23:37:23 +12:00
John Mair
a0045c5647 added tests for jump-to command to test_context.rb 2011-08-22 21:17:52 +12:00
John Mair
ec22631ccb added and modified tests to work with binding_stack 2011-08-22 14:57:59 +12:00
John Mair
597f1cc68c reorganized command tests into test_default_commands/ folder with separate test files for each command set 2011-06-03 03:26:49 +12:00