1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib/pry
John Mair 54cc7ee271 Major change, clipping receiver object representation to #<> notation if #inspect returns a string of size > 60 chars. This should make it more workable when prying on enormous objects. Other changes: shellwords, new commands, some command modifications etc
* Now using Shellwords to split input string into args to pass to action proc
* added version command, to show pry version
* added Pry.view_clip(), clips large #inspect to #<> notation
* added inspect alias for cat
* added current method info to status command
* added ruby/pry version info to status command
2011-02-15 01:37:28 +13:00
..
command_base.rb fixed alias_command docs 2011-01-28 08:55:37 +13:00
commands.rb Major change, clipping receiver object representation to #<> notation if #inspect returns a string of size > 60 chars. This should make it more workable when prying on enormous objects. Other changes: shellwords, new commands, some command modifications etc 2011-02-15 01:37:28 +13:00
completion.rb another doc update, documented completion.rb and reworded some sections in README 2011-01-21 15:46:56 +13:00
core_extensions.rb Made it so defining methods on a pry'd on object puts the methods on the singleton class of the object rather than on the class. Added rubygems-test support. 2011-01-24 03:50:15 +13:00
hooks.rb Version 0.4.9pre1. Added show_command, added -g option to ls and got it working in combination with -c, e.g ls -gc. Changed documentation for ! 2011-02-14 04:49:53 +13:00
print.rb more docs for hooks, print, and prompts 2011-01-19 21:40:43 +13:00
prompts.rb Version 0.4.9pre1. Added show_command, added -g option to ls and got it working in combination with -c, e.g ls -gc. Changed documentation for ! 2011-02-14 04:49:53 +13:00
pry_class.rb Version 0.4.9pre1. Added show_command, added -g option to ls and got it working in combination with -c, e.g ls -gc. Changed documentation for ! 2011-02-14 04:49:53 +13:00
pry_instance.rb Major change, clipping receiver object representation to #<> notation if #inspect returns a string of size > 60 chars. This should make it more workable when prying on enormous objects. Other changes: shellwords, new commands, some command modifications etc 2011-02-15 01:37:28 +13:00
version.rb Version 0.4.9pre1. Added show_command, added -g option to ls and got it working in combination with -c, e.g ls -gc. Changed documentation for ! 2011-02-14 04:49:53 +13:00