public
Description: TextMate bundle - Amplified Mate Productivity
Homepage: http://code.leadmediapartners.com/tools/rubyamp
Clone URL: git://github.com/timcharper/rubyamp.git
if pretty print fails, automatically fail over to #inspect
timcharper (author)
Tue Jun 24 07:23:47 -0700 2008
commit  a0fe88cd19ff7524d3e43f529944e249d448f71b
tree    e194a4fd2f0b7a35d7db1b873b8efaf578cd3bcb
parent  d9f1e9f46b01e203b15532864f92a571b4cbd6e8
...
21
22
23
24
 
25
26
27
...
21
22
23
 
24
25
26
27
0
@@ -21,7 +21,7 @@ module Debugger
0
       case format
0
       when :pp
0
         require('pp')
0
- ::PP.pp(result, output='')
0
+ ::PP.pp(result, output='') rescue result.inspect
0
         output
0
       when :yaml
0
         require('yaml')

Comments

    No one has commented yet.