Commit Graph

12 Commits

Author SHA1 Message Date
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
Ryan Fitzgerald 1ea1927b43 Rename `accept_line` to `eval` 2012-12-27 22:06:50 -08:00
Conrad Irwin eeb67684d0 Add Pry::Driver to handle the reading and looping 2012-12-20 01:34:32 -08:00
Conrad Irwin e85e9d8ec6 Don't define methods on Object when testing prompt 2012-12-18 01:08:51 -08:00
Conrad Irwin cc8bcb2ed0 Don't use stdout... 2012-12-18 00:46:37 -08:00
Conrad Irwin 94bf5d63d0 Remove arg from select_prompt in the specs 2012-12-18 00:42:13 -08:00
Ryan Fitzgerald 432e07732e Remove rep and re 2012-12-18 00:17:00 -08:00
Ryan Fitzgerald d9d0215ce8 Remove more target params 2012-12-17 00:18:41 -08:00
Ryan Fitzgerald 1fb571f884 Fix failures in pry_defaults_spec 2012-12-15 15:26:19 -08:00
John Mair 31a9578228 cleaned up lib/pry/test/helper.rb
* removed most historicla junk from lib/pry/test/helper.rb
* relocated recalcitrant junk to the local spec/helper.rb (this isn't exposed to 3rd parties)
2012-12-07 21:41:05 +01:00
☈king 848b6bdbeb Rename for tabcompletion-friendliness. 2012-11-15 18:59:51 -06:00