pry--pry/lib
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
..
pry 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
pry.rb removed input.rb and output.rb 2011-01-19 22:15:58 +13:00