pry--pry/lib/pry
Ryan Fitzgerald d0f198bd64 Fix a couple of SimplePager bugs
* Exiting with q was broken by d703320e38.

* We were only removing color codes in the case where the input string
  ends with a newline, which means we were overestimating the length of
  strings that don't end with newlines. After fixing that, SimplePager
  can accurately page through the inspect output for _pry_.
2013-11-02 15:46:41 -07:00
..
code Remove warnings [Fixes #869] 2013-03-02 16:01:55 -08:00
commands Add support for BasicObjects to `ls` [Fixes #984] 2013-10-19 20:58:57 -07:00
helpers Refactor Pager and subclasses to support streaming 2013-10-28 21:25:53 -07: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 Allow ARGV to be mutated during option parsing 2013-09-05 17:11:29 -07:00
code.rb Move all hacking of rbx paths into Pry::Code 2013-05-10 00:49:36 -07: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 a couple of SimplePager bugs 2013-11-02 15:46:41 -07:00
command.rb Remove warnings [Fixes #869] 2013-03-02 16:01:55 -08:00
command_set.rb add CommandSet#[]= spec. 2013-09-22 11:39:10 +02:00
commands.rb Refactor the way commands are required 2013-02-02 17:27:34 +02:00
completion.rb Remove warnings [Fixes #869] 2013-03-02 16:01:55 -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 Ensure lines are integers before using them as strings [Fixes #872] 2013-03-04 23:11:19 -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 Add support for BasicObjects to `ls` [Fixes #984] 2013-10-19 20:58:57 -07:00
module_candidate.rb Move all hacking of rbx paths into Pry::Code 2013-05-10 00:49:36 -07:00
pager.rb Fix a couple of SimplePager bugs 2013-11-02 15:46:41 -07: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 Rubygem: fix raising of CommandError for #install 2013-03-12 20:53:18 +02:00
terminal.rb Add Pry::Terminal.height! (only used once) 2013-02-07 21:30:20 -06:00
version.rb Revert "Bump master to v1.0.0pre1" 2013-04-01 09:27:51 -05:00
wrapped_module.rb Avoid returning nil in #primary_candidate 2013-05-13 01:51:12 +02:00