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
Kyrylo Silin dd1b2aeb1b lib/pry/commands/cat.rb: add TAB-completion for $LOAD_PATH (fixes #1020)
Note that we want to skip over directories.
2013-11-27 01:17:03 +02:00
..
code lib/pry/code/code_file.rb: refactor #code_path 2013-11-25 23:41:28 +02:00
commands lib/pry/commands/cat.rb: add TAB-completion for $LOAD_PATH (fixes #1020) 2013-11-27 01:17:03 +02:00
helpers Stream output of hist 2013-11-23 14:57:41 -08:00
method Method::Patcher should preserve method visibility 2013-03-30 17:42:46 -07:00
test Merge branch 'wip.refactor' 2013-01-18 00:19:38 -08:00
cli.rb Safe to append with #<< here after all. 2013-11-24 15:20:27 -08: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 warnings 2013-11-09 19:14:20 -08:00
command.rb Append to Strings with #<< rather than #+. 2013-11-24 14:58:31 -08: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 Allow customisation of the prompt objects 2013-05-04 11:21:16 +03:00
core_extensions.rb Fix ruby 1.8.7 harder 2013-10-19 22:16:19 -07:00
custom_completions.rb
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 ~/.pry_history should not be world-readable 2013-05-26 18:53:32 +09:00
history_array.rb Fixed typo in comment 2013-03-08 19:02:06 +01:00
hooks.rb improve Pry::Hooks#hook_exists? method 2012-11-27 22:41:32 +01:00
indent.rb Rollback untoward mutations. 2013-11-24 15:16:28 -08: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 Stat now supports top-level method aliases 2013-11-15 21:37:42 -05:00
module_candidate.rb Move all hacking of rbx paths into Pry::Code 2013-05-10 00:49:36 -07:00
pager.rb Reset color before printing SimplePager prompt 2013-11-09 16:50:16 -08:00
plugins.rb Robustify the plugin require 2013-02-07 20:58:31 -06:00
pry_class.rb pry_class.rb: do not monkey-patch CodeRay anymore 2013-09-23 00:37:15 +03:00
pry_instance.rb Silence deprecation warning on Pry#repl 2013-04-19 19:24:21 -05: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 Remove input_stack and fix REPLFileLoader 2012-12-28 13:35:48 -08: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 Add Pry::Terminal.height! (only used once) 2013-02-07 21:30:20 -06:00
version.rb v1.0.0.pre.1 2013-11-09 18:26:48 -05:00
wrapped_module.rb Support ruby 2.1! 2013-11-09 16:32:52 -05:00