pry--pry/lib/pry
John Mair 98c3272a75 .puts -> warn, fixes #429 2012-01-23 16:40:40 +13:00
..
default_commands .puts -> warn, fixes #429 2012-01-23 16:40:40 +13:00
extended_commands Remove Pry::ExtendedCommands::UserCommandAPI 2012-01-16 04:59:12 +00:00
helpers bug fixes for edit-method 2012-01-15 23:45:08 -08:00
cli.rb added Pry::Hooks#dup/merge/merge! and tests 2012-01-12 16:56:41 +13:00
code.rb add Code#raw (fixes #427) 2012-01-20 21:56:42 -08:00
command.rb command_class no longer alias for create_command 2012-01-22 12:17:43 +13:00
command_set.rb command_class no longer alias for create_command 2012-01-22 12:17:43 +13:00
commands.rb Remove Pry::ExtendedCommands::UserCommandAPI 2012-01-16 04:59:12 +00:00
completion.rb
config.rb allow `cat` to center output on a line number (e.g., "cat lib/pry.rb:30") 2012-01-14 22:30:32 -08:00
core_extensions.rb
custom_completions.rb
helpers.rb
history.rb
history_array.rb
hooks.rb Make exec_hook robust to exceptions 2012-01-14 00:33:36 -08:00
indent.rb
method.rb
plugins.rb .puts -> warn, fixes #429 2012-01-23 16:40:40 +13:00
pry_class.rb Fix pry-backtrace with Pry.start, improve docs. [Fixes #379] 2012-01-20 01:11:53 -08:00
pry_instance.rb Ensure hooks return a value 2012-01-16 17:43:19 -08:00
rbx_method.rb
rbx_path.rb
version.rb no longer yields binding_stack to whenstarted, fixed #434 2012-01-20 17:39:25 +13:00
wrapped_module.rb