attach an irb-like session to any object at runtime
http://banisterfiend.wordpress.com
attach an irb-like session to any object at runtime
- Sources inherited from project devel:languages:ruby:extensions
- Devel package for openSUSE:Factory
-
10
derived packages
- Links to openSUSE:Factory / rubygem-pry
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Marvin1973:pcs/rubygem-pry && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pry-0.9.5.gem | 0000078336 76.5 KB | |
rubygem-pry.changes | 0000002491 2.43 KB | |
rubygem-pry.spec | 0000002497 2.44 KB |
Revision 3 (latest revision is 57)
Marcus Rueckert (darix)
committed
(revision 3)
- update to 0.9.5 - JRuby support, including show-method/edit-method and editor integration on both 1.8 and 1.9 versions - extended cd syntax: cd ../@x/y - play command now works much better with _in_ array (this is a very powerful feature, esp with Pry::NAV_PROMPT) - history saving/loading is now lightning fast - 'edit' (entered by itself) now opens current lines in input buffer in an editor, and evals on exit - 'edit' command is also, in general more intelligent - ls output no longer in array format, and colors can be configured, e.g: Pry.config.ls.ivar_color = :bright_blue - new switch-to command for moving around the binding stack without exiting out of sessions - more sophisticated prompts, Pry::NAV_PROMPT to ease deep spelunking of code - major bug fix for windows systems - much better support for huge objects, should no longer hang pry (see #245) - cat --ex and edit --ex now work better for all changes see /usr/lib*/ruby/gems/1.8/gems/pry-0.9.5/CHANGELOG - dont split out the docs anymore: package conflicts with pry-doc gem
Comments 0