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
2012-04-01 20:09:28 +12:00
..
default_commands remove require io/console from find_method.rb 2012-04-01 20:09:28 +12:00
extended_commands added sticky local API (renamed special -> sticky) 2012-03-04 03:22:52 +13:00
helpers Switch remnant output in Pry::Helpers::BaseHelpers.stagger_output which breaks Windows paging. 2012-03-28 16:34:36 -05:00
cli.rb fixed broken --no-plugins option 2012-01-30 14:19:10 +13:00
code.rb Merge remote-tracking branch 'golive/master' 2012-03-17 22:21:12 -07:00
command.rb remove :alias kruft from Pry::Commands.group method 2012-03-28 16:09:57 +13:00
command_set.rb aliases are now block commands. 2012-03-28 05:05:58 +13:00
commands.rb rename "basic" to "misc" 2012-03-01 17:10:55 -08:00
completion.rb
config.rb added Pry.config.extra_sticky_locals config option 2012-03-14 15:35:24 +13:00
core_extensions.rb
custom_completions.rb added file-mode toggle command, brings in filesystem completion and 2011-04-07 05:38:18 +12:00
helpers.rb Share argument parsing code for methody commands 2011-10-15 01:35:24 -07:00
history.rb Make sure the expand_path in read_from_file is in the rescue too. 2012-03-05 05:21:54 -06:00
history_array.rb
hooks.rb Allow use of hash-based hooks, but show warning. 2012-01-24 21:44:21 +13:00
indent.rb Fix indentation of "true if foo" [Fixes #355] 2011-11-27 10:40:31 -08:00
method.rb Improved error message for unlocatable methods. 2012-03-28 05:07:55 +13:00
plugins.rb
pry_class.rb Add a :quiet option to Pry.start [Fixes #502] 2012-03-31 14:43:24 -07:00
pry_instance.rb Add a :quiet option to Pry.start [Fixes #502] 2012-03-31 14:43:24 -07:00
rbx_method.rb
rbx_path.rb Workaround for rubinius binding __FILE__ bug #1581 2012-03-02 04:02:51 +13:00
version.rb version 0.9.8.4 release 2012-03-06 13:12:03 +13:00
wrapped_module.rb