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/default_commands
John Mair ff8efd035b rudimentary support for class sourcecode with show-source
* renamed show-method to show-source (show-method is now an alias)
* This is very slow, it can be sped up significantly by getting rid of the mini pry instance and writing a helper method
2012-04-11 02:17:35 +12:00
..
cd.rb move cd/hist commands to their own files and new groups 2012-03-01 17:10:55 -08:00
commands.rb Group command-commands into their own set 2012-03-01 17:10:54 -08:00
context.rb whereami -m is gone in favor of context inference. 2012-04-06 09:40:20 +01:00
easter_eggs.rb more actual ansi test 2011-12-30 16:45:34 -08:00
editing.rb Allow Pry.config.editor procs that take a reloading arg 2012-04-03 21:48:09 -05:00
find_method.rb find-method no longer hardcodes ansi (using pry helpers now) 2012-04-03 02:22:06 +12:00
gems.rb better fix... 2012-01-28 19:50:56 -08:00
help.rb tell people how to get more help immediately 2012-03-01 17:10:55 -08:00
hist.rb Merge remote-tracking branch 'golive/master' 2012-03-17 22:21:12 -07:00
input_and_output.rb shell commands, e.g .ls now accept block 2012-02-27 14:36:02 +13:00
introspection.rb rudimentary support for class sourcecode with show-source 2012-04-11 02:17:35 +12:00
ls.rb Show unloaded constants in yellow 2012-04-04 14:19:00 -07:00
misc.rb rename "basic" to "misc" 2012-03-01 17:10:55 -08:00
navigating_pry.rb Re-use logic present in exit-all. 2012-04-04 07:06:08 +01:00