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 629bb75cc6 Rubygem: fix raising of CommandError for #install
Fix issue #870 (gem-install seems broken on jruby)
2013-03-12 20:53:18 +02:00
..
code Remove warnings [Fixes #869] 2013-03-02 16:01:55 -08:00
commands show-source: Indicate all monkeypatches can be shown with -a 2013-03-12 20:52:10 +02:00
helpers BaseHelpers: add #jruby_19? method 2013-02-04 17:57:00 +02:00
method check for directory? in WeirdMethodLocator#valid_file? prevents crash under jruby 2013-03-05 11:27:45 -05:00
test Merge branch 'wip.refactor' 2013-01-18 00:19:38 -08:00
cli.rb Remove warnings [Fixes #869] 2013-03-02 16:01:55 -08:00
code.rb Remove warnings [Fixes #869] 2013-03-02 16:01:55 -08:00
code_object.rb Pry::CodeObject: remove unnecessary 'target' parameter 2013-01-11 20:47:46 +01:00
command.rb Remove warnings [Fixes #869] 2013-03-02 16:01:55 -08:00
command_set.rb Remove warnings [Fixes #869] 2013-03-02 16:01:55 -08: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 Config: wrap everything at 80 characters 2013-03-12 20:53:00 +02:00
core_extensions.rb Remove warnings [Fixes #869] 2013-03-02 16:01:55 -08:00
custom_completions.rb
editor.rb Fix indentation (HARDER) 2013-01-14 16:44:09 +01:00
helpers.rb Extract Table to its own file 2013-01-09 17:18:44 -06:00
history.rb History doc tweaks and other misc faffing 2012-12-28 17:50:06 -08: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
method.rb Escape method names before using them in a regex 2013-03-11 13:25:58 -05:00
module_candidate.rb Remove warnings [Fixes #869] 2013-03-02 16:01:55 -08:00
pager.rb Explicitly pull in Pry::Terminal 2013-02-12 06:47:44 -06:00
plugins.rb Robustify the plugin require 2013-02-07 20:58:31 -06:00
pry_class.rb PryClass: get rid of obsolete comment 2013-03-12 20:53:12 +02:00
pry_instance.rb Adding output.flush per @ConradIrwin 2013-02-10 23:38:01 -06:00
rbx_method.rb define a Pry::Method#source_location, fixes #524 2012-04-13 18:39:04 +12:00
rbx_path.rb Workaround for rubinius binding __FILE__ bug #1581 2012-03-02 04:02:51 +13:00
repl.rb Guard against windows? + style homogenization 2013-02-08 01:03:29 -06: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 Bump master to v1.0.0pre1 2013-03-08 21:53:17 -08:00
wrapped_module.rb Handle evil classes that define 'ancestors' 2013-02-26 07:28:37 -06:00