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 |
---|---|---|
_link | 0000000124 124 Bytes | |
pry-0.9.10.gem | 0000162816 159 KB | |
rubygem-pry.changes | 0000008528 8.33 KB | |
rubygem-pry.spec | 0000002453 2.4 KB |
Revision 10 (latest revision is 57)
Stephan Kulow (coolo)
committed
(revision 10)
- update to 0.9.10 dependency changes: * #561 upgrade the slop gem to version 3 * #590 move to the jist gem from gist. * upgrade method_source to 0.8 new features: * #572 add --hist, -o and -k flags to gist command * #584 support show-source/doc on methods defined in class-eval * #585 support show-source/doc on gem methods defined in C * #596 add --disable-plugin and --select-plugin options * #597 allow "cd -" to switch between bindings * #612 add Pry.config.should_load_local_rc to turn off ./.pryrc * allow running a file of pry input with pry <file> * support colours in "ri" command * add before_eval hook * prompt now gets a lot more data when proc arity is 1 bug fixes &c. * #554 removed the "req" command * #567 fix rendering bugs when starting pry * #568 fix Array#pretty_print on Jruby * #575 fix "edit" on windows * #576 fix "find-method" in the presence of badly behaved objects * #580 fix "whereami" in erb files on rails * #632 raise fewer exceptions while tab completing * #605 dont immediately quite pry when an error happens in readline * #606 support for ansicon to give jruby windows users colour * #613 massive speed improvements to show-source for modules * #620 improve whereami command when not in a binding.pry
Comments 0