Commit Graph

9 Commits

Author SHA1 Message Date
Ryan Fitzgerald 54e4729727 Stream colorized inspect output into pagers 2013-11-02 14:20:56 -07:00
Kyrylo Silin 9cb54fd755 spec/pry_output_spec.rb: test colour leaks for Object literals
This ensures that CodeRay does not leak colours.
For more information see the following commit:

c544c1d699
2013-10-24 00:51:36 +03:00
Conrad Irwin 2c60f93b2d Merge branch 'wip.refactor'
Conflicts:
	lib/pry/completion.rb
	lib/pry/pry_instance.rb
	spec/commands/play_spec.rb
	spec/pry_defaults_spec.rb
2013-01-18 00:19:38 -08:00
Conrad Irwin 1aacb10cb3 Remove output.write
Many plugins only define a puts method on the output object. This change
removse the ability to customize the formatter used when outputting
variables in `ls`. We should reconsider the best way to do this.
2013-01-14 09:33:27 -08:00
Conrad Irwin 26307d5a63 Remove extra newline from output specs [Fixes #34] 2012-12-15 15:36:11 -08:00
John Mair 4bf42ca006 move Pad to local helpers, and move more methods in PryTestHelpers 2012-12-09 00:01:18 +01:00
Conrad Irwin 83d3ceeb5f Don't recolorize output with ANSI escapes [Fixes #751] 2012-11-28 15:21:14 -08:00
Conrad Irwin fae1417e5c Fix specs on jruby-19mode on travis
This is working around (another) brokenness in jruby 1.6.8s splat
handling in ruby 1.9 mode; but I figure that now jruby 1.7 is out,
we can not bother fixing it.
2012-11-18 01:42:22 -08:00
☈king 848b6bdbeb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00