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.9.6.gem | 0000150016 147 KB | |
rubygem-pry.changes | 0000006854 6.69 KB | |
rubygem-pry.spec | 0000002454 2.4 KB |
Revision 9 (latest revision is 57)
Stephan Kulow (coolo)
committed
(revision 9)
- update to 0.9.9.6 * fixed ZeroDivisionError in correct_indentation, bug #558 * fix double highlighting in rdoc, bug #562 * autocreate configuration for plugins, bug #548 * fixed `NoMethodError: undefined method `winsize' for #<IO:<STDOUT>>`, bug #549 * fixes for jruby * breakage on `exit` syntax error, fixes, #550 * heredoc content no longer auto-indented * show-doc would fail on some core classes, i.e `show-doc Bignum`. This is now fixed and show allow a wider range of core documentation to be viewed directly in Pry. * make correct_indentation's auto-colorization respect Pry.color * cleared up confusion in show-source/show-doc docs that -a switch applies to classes as well as modules MAJOR NEW FEATURES * lines of input are syntax highlighted upon 'enter' keypress * show-source command can now show class/module sourcecode (use -a to see all monkeypatches). Hard dependency on ruby18_source_location gem in MRI 1.8 * show-doc command can show class/module docs (use -a to see docs for all monkeypatches) Hard dependency on ruby18_source_location gem in MRI 1.8. * new `find-method` command, performs a recursive search in a namespace for the existence of methods. * pry-coolline now works properly with Pry (https://github.com/pry/pry-coolline) * alias_command method now much more powerful, e.g: alias_command "lM", "ls -M" * `whereami` is now more intelligent, automatically showing entire sourcecode of current method if current context is a method (thanks robgleeson). * new `raise-up` command. Allows you to raise an exception that will bubble out of pry (ending the session) and escape into enclosing program. remaining items: * fixed windows crashing bug when paging
Comments 0