pry--pry/lib/pry/default_commands
John Mair 9abb4db3e2 removed unnecessary pry_command? method from command_processor.rb. And removed #clear singleton method on val and eval_string, converted to #replace 2011-05-31 20:50:34 +12:00
..
basic.rb removed all instances of old opts[:arg_string] 2011-05-30 15:57:06 +12:00
context.rb migrating some commands from opts[:arg_string] to arg_string method 2011-05-30 03:47:49 +12:00
documentation.rb Quash (most) warnings emitted by -w. 2011-05-19 19:07:40 +01:00
easter_eggs.rb Remove game. 2011-05-25 16:26:11 +01:00
gems.rb gem-cd enters the working directory of the newest version of a installed gem. 2011-05-25 16:26:30 +01:00
input.rb removed unnecessary pry_command? method from command_processor.rb. And removed #clear singleton method on val and eval_string, converted to #replace 2011-05-31 20:50:34 +12:00
introspection.rb show-command now uses :listing name and can look up dynamically defined commands. Beginning to swap system commands over from special case treatment to new regex command replacement 2011-05-28 04:20:00 +12:00
ls.rb Quash (most) warnings emitted by -w. 2011-05-19 19:07:40 +01:00
shell.rb implemented system commands as regex command (in shell.rb), removed all traces of old system command code 2011-05-29 03:41:15 +12:00