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
2014-01-20 22:44:05 +01:00
..
code lib/pry/code/code_file.rb: refactor #code_path 2013-11-25 23:41:28 +02:00
commands add Pry.config.file_completer, Pry.config.command_completer 2014-01-20 09:08:38 +01:00
config avoid set of too many instance variables via Proc/local. 2014-01-20 22:44:05 +01:00
helpers Remove support for 1.8-compatible versions of Ruby 2014-01-19 17:43:07 -08:00
method Method::Patcher should preserve method visibility 2013-03-30 17:42:46 -07:00
test Remove support for 1.8-compatible versions of Ruby 2014-01-19 17:43:07 -08: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 Show method docs for Foo() and class docs for Foo 2013-09-06 14:58:12 -07:00
color_printer.rb Fix default inspect for Ruby 2.1 2014-01-19 18:00:28 -08:00
command.rb Add 'group should not be changed' to Pry::Command.group . 2013-12-21 20:19:25 +09:00
command_set.rb lib/pry/command_set.rb: do not mutate completions (fixes #1021) 2013-11-26 00:03:33 +02:00
commands.rb Append to Strings with #<< rather than #+. 2013-11-24 14:58:31 -08:00
completion.rb Append to Strings with #<< rather than #+. 2013-11-24 14:58:31 -08:00
config.rb tidy up code in Pry::Config. 2014-01-20 13:51:52 +01:00
core_extensions.rb Remove support for 1.8-compatible versions of Ruby 2014-01-19 17:43:07 -08:00
editor.rb Use Shellwords.split before calling system [Fixes #810] 2013-03-24 23:36:08 -07:00
exceptions.rb pry.rb: Move all exception specific code to its own file 2013-09-03 11:04:25 +03:00
helpers.rb Extract Table to its own file 2013-01-09 17:18:44 -06:00
history.rb implement Pry global and pry-local configuration. 2014-01-19 03:18:46 +01:00
history_array.rb Only take a shallow clone 2013-12-08 09:40:45 -08:00
hooks.rb Remove support for 1.8-compatible versions of Ruby 2014-01-19 17:43:07 -08:00
indent.rb lib/pry/indent.rb: fix typos in #track_module_nesting 2013-12-06 01:17:06 +02:00
input_lock.rb No longer touching the the input. It's a global lock for now (:all) 2013-06-26 16:39:37 -04:00
method.rb Remove support for 1.8-compatible versions of Ruby 2014-01-19 17:43:07 -08:00
module_candidate.rb Move all hacking of rbx paths into Pry::Code 2013-05-10 00:49:36 -07:00
pager.rb pass an empty prompt to Readline.readline() from Pry::SimplePager. 2013-12-20 20:28:53 +01:00
plugins.rb Robustify the plugin require 2013-02-07 20:58:31 -06:00
pry_class.rb initialize Pry.config in Pry.reset_defaults(revisit later). 2014-01-20 12:30:35 +01:00
pry_instance.rb fix (most of) sticky_local_spec.rb. 2014-01-20 16:00:22 +01:00
rbx_path.rb Move all hacking of rbx paths into Pry::Code 2013-05-10 00:49:36 -07:00
repl.rb No longer touching the the input. It's a global lock for now (:all) 2013-06-26 16:39:37 -04:00
repl_file_loader.rb
rubygem.rb Make 'gem-cd' use the most recent gem, not the oldest gem. 2013-11-06 01:37:48 -05:00
terminal.rb Remove support for 1.8-compatible versions of Ruby 2014-01-19 17:43:07 -08:00
version.rb v1.0.0.pre.1 2013-11-09 18:26:48 -05:00
wrapped_module.rb Remove support for 1.8-compatible versions of Ruby 2014-01-19 17:43:07 -08:00