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 1c6a145ba7 remove attempt at bond support from pry and move to pry-bond project.
https://github.com/johnny5-/pry-bond project adds the enable-bond! and disable-bond! commands,
as well as other features, that enhance the pry&bond experience and make it easier to use and
setup without a manual effort.

see #1165
closes #1160
2014-03-17 09:37:23 +01:00
..
code lib/pry/code/code_file.rb: refactor #code_path 2013-11-25 23:41:28 +02:00
commands Fix yard documentation warnings(fix #1163) 2014-03-16 23:54:45 +09:00
config remove attempt at bond support from pry and move to pry-bond project. 2014-03-17 09:37:23 +01:00
helpers Unwrap last exception when setting _ex_ 2014-03-09 19:39:01 -07:00
method Fix yard documentation warnings(fix #1163) 2014-03-16 23:54:45 +09:00
test rewrite mock_backtrace to use define_singleton_method. 2014-03-10 01:22:09 +01:00
cli.rb Rename Pry::CLI.process_options to add_option_processor . This method dose not process options but adds option processor, so rename it. 2014-01-11 22:42:25 +09:00
code.rb Merge branch 'cat' of github.com:havenwood/pry into havenwood-cat 2013-11-25 23:04:36 +02:00
code_object.rb Refactor Pry::Method.from_str , because of comment on method_or_class_lookup in lib/pry/code_object.rb . 2014-01-03 11:50:19 +09:00
color_printer.rb Fix default inspect for Ruby 2.1 2014-01-19 18:00:28 -08:00
command.rb Update to merge master. 2014-02-15 22:29:59 +09:00
command_set.rb Fix yard documentation warnings(fix #1163) 2014-03-16 23:54:45 +09:00
commands.rb Append to Strings with #<< rather than #+. 2013-11-24 14:58:31 -08:00
config.rb require 'config/*' dependencies through require_relative. 2014-02-01 14:52:40 +01:00
core_extensions.rb Remove support for 1.8-compatible versions of Ruby 2014-01-19 17:43:07 -08:00
editor.rb
exceptions.rb
helpers.rb
history.rb Initialize History lazily, make it work without Readline 2014-02-02 19:51:39 -08:00
history_array.rb Only take a shallow clone 2013-12-08 09:40:45 -08:00
hooks.rb call to_hash on 'options' in Pry.start(). 2014-01-28 15:20:26 +01:00
indent.rb lib/pry/indent.rb: fix typos in #track_module_nesting 2013-12-06 01:17:06 +02:00
input_completer.rb Fix yard documentation warnings(fix #1163) 2014-03-16 23:54:45 +09:00
input_lock.rb
last_exception.rb Unwrap last exception when setting _ex_ 2014-03-09 19:39:01 -07:00
method.rb Fix ls on Fixnum [Fixes #1120] 2014-02-05 15:35:24 -08:00
module_candidate.rb
pager.rb pass an empty prompt to Readline.readline() from Pry::SimplePager. 2013-12-20 20:28:53 +01:00
plugins.rb remove openstruct dependency from all of pry. 2014-01-21 11:11:42 +01:00
pry_class.rb Fix yard documentation warnings(fix #1163) 2014-03-16 23:54:45 +09:00
pry_instance.rb Unwrap last exception when setting _ex_ 2014-03-09 19:39:01 -07:00
rbx_path.rb
repl.rb Merge branch 'master' into lazy-readline 2014-02-02 15:44:30 -08:00
repl_file_loader.rb Go to interactive_mode end-of-input is raised 2014-01-26 01:07:48 +09:00
rubygem.rb Make 'gem-cd' use the most recent gem, not the oldest gem. 2013-11-06 01:37:48 -05:00
terminal.rb Check if Readline is defined before getting screen size 2014-02-02 17:08:44 -08:00
version.rb change version to 0.10.0.pre 2014-03-14 02:06:06 +01:00
wrapped_module.rb Remove support for 1.8-compatible versions of Ruby 2014-01-19 17:43:07 -08:00