Commit Graph

7 Commits

Author SHA1 Message Date
Conrad Irwin 04f8d4f48b Don't rescue overzealously. Fixes #220 2011-08-26 22:38:05 -07:00
Conrad Irwin fe911c6740 Don't crash if I have a badly behaved module.
The completion code was assuming that all modules would have names that
were strings, this is not always the case.
2011-08-16 21:53:20 -07:00
Lee Jarvis 60f164d8c4 cleaned up some indentation.. vim is good at this indenting stuff! 2011-05-19 19:24:07 +01:00
Lee Jarvis 3ff75dd20a whitespace cleanup in one hit 2011-04-18 22:31:39 +01:00
John Mair c8b05f54e0 another doc update, documented completion.rb and reworded some sections in README 2011-01-21 15:46:56 +13:00
John Mair ebdcfdf145 saving before refactor to implement action block instead of action proc for commands. All tests passing in 1.8 and 1.9. 2011-01-12 18:08:56 +11:00
John Mair 4ea554fcfd added completion (taken from irb). Remember to remove hardcoding expecation of command_info from Pry#re() method, need to turn command addition into DSL 2011-01-11 00:54:17 +11:00