1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/lib/pry
John Mair 8682e269eb Version 0.4.2
* Added alias_command and desc commands to Pry::CommandBase
* Added pry and version tasks to Rakefile to start a pry session and show current version
* Added tests for alias_command and desc commands
* made it so ls_methods and ls_imethods return sort arrays
* made it so show_method without a paramater displays current method, if exists, who displays error if not
2011-01-27 07:05:40 +13:00
..
command_base.rb added new 'alias_command' and 'desc' commands to CommandBase; also made it so show_method comamnd without parameters does a show_method on __method__ 2011-01-26 23:13:46 +13:00
commands.rb Version 0.4.2 2011-01-27 07:05:40 +13:00
completion.rb another doc update, documented completion.rb and reworded some sections in README 2011-01-21 15:46:56 +13:00
core_extensions.rb Made it so defining methods on a pry'd on object puts the methods on the singleton class of the object rather than on the class. Added rubygems-test support. 2011-01-24 03:50:15 +13:00
hooks.rb more docs for hooks, print, and prompts 2011-01-19 21:40:43 +13:00
print.rb more docs for hooks, print, and prompts 2011-01-19 21:40:43 +13:00
prompts.rb updating docs, and added --private flag to .yardopts to include private methods in documentation 2011-01-21 14:15:25 +13:00
pry_class.rb added new 'alias_command' and 'desc' commands to CommandBase; also made it so show_method comamnd without parameters does a show_method on __method__ 2011-01-26 23:13:46 +13:00
pry_instance.rb Updated more docs and formatting. 2011-01-21 22:34:22 +13:00
version.rb Version 0.4.2 2011-01-27 07:05:40 +13:00