Commit Graph

7 Commits

Author SHA1 Message Date
John Mair cb0543491a loosened test in test_pry_output.rb 2011-09-22 02:51:14 +12:00
John Mair e9bf445f17 added require 'helper' to test_pry_output.rb 2011-09-22 02:15:53 +12:00
Conrad Irwin 3549cc108b Prefix fallback "output error" with "(pry)"
robgleeson reported that the message could be confusing if you weren't
expecting it.
2011-09-14 15:53:44 -07:00
Conrad Irwin f0e8ebbea4 Remove confusing warning on output error. 2011-09-14 15:51:56 -07:00
Conrad Irwin 34bfa3980c Remove warning about pretty_inspect.
As discussed, that's just an implementation detail.
2011-08-27 10:53:22 -07:00
Conrad Irwin f6758bfb4e Do something sensible about uninspectable things 2011-08-24 01:47:15 -07:00
Conrad Irwin d007eff35c Be paranoid trying to output stuff.
If we don't do this, then pry can randomly exit because of a
serialization error (most usually undefined method #inspect).
2011-08-24 01:30:30 -07:00