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-05-01 01:51:01 -07:00
..
code lib/pry/code/code_file.rb: refactor #code_path 2013-11-25 23:41:28 +02:00
commands Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
config rewrite Pry::InputCompleter as a class who wraps '_pry_'. 2014-04-27 14:12:45 -07:00
helpers Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
method Fix yard documentation warnings(fix #1163) 2014-03-16 23:54:45 +09:00
test Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
cli.rb Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
code.rb Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07: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 Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
command.rb remove all Bond references from pry. rel #1180 2014-03-25 16:13:05 +01:00
command_set.rb Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07: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 pry.rb: Move all exception specific code to its own file 2013-09-03 11:04:25 +03:00
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 Remove deprecated hooks API 2014-04-29 11:13:26 +03:00
indent.rb lib/pry/indent.rb: fix typos in #track_module_nesting 2013-12-06 01:17:06 +02:00
input_completer.rb Make object path resolution more robust (fix #957) 2014-04-28 00:41:19 -07: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
inspector.rb add 'list-inspectors' & 'change-inspectors' commands. 2014-03-23 09:21:17 +01:00
last_exception.rb improve Pry::LastException docs. 2014-03-17 11:28:48 +01:00
method.rb Delete magic comment 2014-03-26 10:35:16 +09:00
module_candidate.rb
object_path.rb Make object path resolution more robust (fix #957) 2014-04-28 00:41:19 -07:00
pager.rb Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
plugins.rb remove openstruct dependency from all of pry. 2014-01-21 11:11:42 +01:00
prompt.rb add 'list-prompts' and 'change-prompt' commands. 2014-03-19 14:53:28 +01:00
pry_class.rb Stop using compatibility aliases for Pry.config 2014-05-01 01:51:01 -07:00
pry_instance.rb pass the right 'input' to InputCompleter#call, improve docs. 2014-04-27 14:13:37 -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 Revert "Initial support for gem-uninstall" 2014-04-27 14:28:09 -07: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