pry--pry/lib/pry/default_commands
John Mair e5bef51789 added Pry.config.extra_sticky_locals config option
* Pry.config.extra_sticky_locals[:random] = proc { rand(10) }
* alternatively, Pry.start binding, :extra_sticky_locals => { :random => proc { rand(10) } }
* updated tests
2012-03-14 15:35:24 +13: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 Re-do "raise-up" command 2012-03-07 22:16:00 -08:00
easter_eggs.rb more actual ansi test 2011-12-30 16:45:34 -08:00
editing.rb added Pry.config.extra_sticky_locals config option 2012-03-14 15:35:24 +13: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 Use @history.raw instead of @history.to_s to avoid colour in the saved history file. 2012-03-05 05:37:43 -06:00
input_and_output.rb shell commands, e.g `.ls` now accept block 2012-02-27 14:36:02 +13:00
introspection.rb reshuffed command sets 2012-02-23 16:29:10 +13:00
ls.rb added sticky local API (renamed special -> sticky) 2012-03-04 03:22:52 +13:00
misc.rb rename "basic" to "misc" 2012-03-01 17:10:55 -08:00
navigating_pry.rb move cd/hist commands to their own files and new groups 2012-03-01 17:10:55 -08:00