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
Robert Gleeson 97c28898e1 lazy load Pry::InputCompleter or Pry::BondCompleter
prior to commit both would be loaded but in most cases you'd only use
one or the other. when `bond` is available and `_pry_.config.completer`
has not been set to nil before the pry session has started & editline is
not being used(OSX only), then "pry/bond_completer" is loaded. otherwise
the default fallback is Pry::InputCompleter("pry/input_completer")
2014-03-16 04:24:12 +01:00
..
code
commands Remove 'then' from ri.rb 2014-02-23 18:37:56 +09:00
config lazy load Pry::InputCompleter or Pry::BondCompleter 2014-03-16 04:24:12 +01:00
helpers Unwrap last exception when setting _ex_ 2014-03-09 19:39:01 -07:00
method
test rewrite mock_backtrace to use define_singleton_method. 2014-03-10 01:22:09 +01:00
bond_completer.rb lazy load Pry::InputCompleter or Pry::BondCompleter 2014-03-16 04:24:12 +01:00
cli.rb
code.rb
code_object.rb
color_printer.rb
command.rb Update to merge master. 2014-02-15 22:29:59 +09:00
command_set.rb
commands.rb
config.rb
core_extensions.rb
editor.rb
exceptions.rb
helpers.rb
history.rb
history_array.rb
hooks.rb
indent.rb
input_completer.rb lazy load Pry::InputCompleter or Pry::BondCompleter 2014-03-16 04:24:12 +01:00
input_lock.rb
last_exception.rb Unwrap last exception when setting _ex_ 2014-03-09 19:39:01 -07:00
method.rb
module_candidate.rb
pager.rb
plugins.rb
pry_class.rb
pry_instance.rb Unwrap last exception when setting _ex_ 2014-03-09 19:39:01 -07:00
rbx_path.rb
repl.rb
repl_file_loader.rb
rubygem.rb
terminal.rb
version.rb change version to 0.10.0.pre 2014-03-14 02:06:06 +01:00
wrapped_module.rb