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

7 commits

Author SHA1 Message Date
John Mair
6148f62620 edit command: first stab at supporting ALL objects
try:
* edit Pry
* edit Pry#repl
* edit show-source
* ...etc
2012-12-22 22:59:03 +01:00
Kyrylo Silin
c4074b3bb3 Implement --patch flag for edit --ex command
Fix issue #716 (edit --ex -p)

Nothing interesting to describe :S

Implement the feature and add a test for it. Also, remove a couple of
extra characters from some lines (namely, quotation marks and nils).

Signed-off-by: Kyrylo Silin <kyrylosilin@gmail.com>
2012-10-22 03:00:51 +03:00
Ryan Fitzgerald
e934f2e7d0 Merge branch 'master' into refactor/direct_tests
Conflicts:
	test/test_default_commands/test_input.rb
	test/test_default_commands/test_show_source.rb
2012-08-30 00:21:11 -07:00
Conrad Irwin
246b88cf16 Bond completion includes commands 2012-08-20 23:57:51 -07:00
Ryan Fitzgerald
5ccd6cb2ee Directify tests for edit 2012-08-18 20:58:48 -07:00
Ryan Fitzgerald
1af4207c63 Restore groups, convert most commands to class syntax 2012-08-11 18:27:26 -07:00
Ryan Fitzgerald
8ce49ee081 Remove extended_commands, default_commands -> commands 2012-08-11 17:39:25 -07:00
Renamed from lib/pry/default_commands/edit.rb (Browse further)