summaryrefslogtreecommitdiff
path: root/LICENSE
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE,README,pry.rb: update yearKyrylo Silin2013-04-061-2/+2
|
* Version 0.4.2John Mair2011-01-271-0/+25
* 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