pry--pry/test
misfo cd8ca7b82b Allow `Pry.config.editor` procs that take a `reloading` arg
This allow the user to implement an editor proc that only blocks the Pry
process if Pry is going to reload code when it returns:

    Pry.config.editor = proc do |file, line, reloading|
      "subl #{'--wait' if reloading} #{file}:#{line}"
    end
2012-04-03 21:48:09 -05:00
..
test_default_commands Allow `Pry.config.editor` procs that take a `reloading` arg 2012-04-03 21:48:09 -05:00
helper.rb
test_cli.rb
test_code.rb
test_command.rb
test_command_helpers.rb
test_command_integration.rb
test_command_set.rb
test_completion.rb
test_exception_whitelist.rb
test_history_array.rb
test_hooks.rb
test_indent.rb
test_input_stack.rb
test_method.rb
test_pry.rb
test_pry_defaults.rb
test_pry_history.rb
test_pry_output.rb
test_sticky_locals.rb
test_syntax_checking.rb
test_wrapped_module.rb
testrc
testrcbad