.. |
code
|
Enable syntax highlighting for Rakefile and other similarly named files
|
2014-09-14 09:48:44 +10:00 |
commands
|
Fix typo
|
2015-12-09 07:15:46 -06:00 |
config
|
change from_hash to be recursive.
|
2015-08-17 10:15:14 +01:00 |
helpers
|
Syntax highlight <tt> tags in documentation output.
|
2015-06-24 16:36:03 +03:00 |
method
|
fix #1438
|
2015-08-17 15:08:32 +01:00 |
slop
|
import slop v3.4 as lib/pry/slop
|
2015-12-11 06:04:18 +00:00 |
test
|
Fix regression with respect to space prefixes
|
2015-03-08 10:06:56 +02:00 |
wrapped_module
|
wrapped_module:candidate: reflect the directory structure accordingly
|
2015-02-27 03:04:12 +02:00 |
basic_object.rb
|
cleanup after fix for #1407
|
2015-07-27 12:11:08 +01:00 |
cli.rb
|
Merge pull request #1435 from richo/richo-ooo
|
2015-06-29 03:02:36 +03:00 |
code.rb
|
Fix some warnings
|
2015-01-23 14:03:36 +01:00 |
code_object.rb
|
show-source: if the current context is a C object, display a warning
|
2015-02-27 06:00:10 +02:00 |
color_printer.rb
|
support custom implementation of BasicObject#inspect.
|
2015-01-15 13:08:46 +00:00 |
command.rb
|
Allow pry commands to work even when #call is defined on Symbol.
|
2015-06-30 21:40:15 +03:00 |
command_set.rb
|
Refactor command hooks so they could use Pry::Hooks (newer API)
|
2015-03-11 16:17:10 +02:00 |
commands.rb
|
Append to Strings with #<< rather than #+.
|
2013-11-24 14:58:31 -08:00 |
config.rb
|
fix #1407
|
2015-07-24 18:07:01 +01:00 |
core_extensions.rb
|
Remove support for 1.8-compatible versions of Ruby
|
2014-01-19 17:43:07 -08:00 |
editor.rb
|
Remove slash-change of windows paths
|
2014-09-12 16:34:43 +02:00 |
exceptions.rb
|
Handle error about frozen object in Ruby 2.2
|
2014-10-14 23:07:48 +09:00 |
helpers.rb
|
Extract Table to its own file
|
2013-01-09 17:18:44 -06:00 |
history.rb
|
Fix history clear bag(No re-init @original_lines)
|
2015-01-11 03:54:27 +09:00 |
history_array.rb
|
Make comment to YARD format
|
2015-06-14 10:28:25 +09:00 |
hooks.rb
|
Hooks#add_event documentation fix
|
2015-06-27 11:21:22 -04:00 |
indent.rb
|
singleline rescue should not change indentation.
|
2015-07-22 21:30:36 +03:00 |
input_completer.rb
|
Fix some warnings
|
2015-01-23 14:03:36 +01: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
|
Various copy changes
|
2014-05-05 00:50:44 -07:00 |
last_exception.rb
|
improve Pry::LastException docs.
|
2014-03-17 11:28:48 +01:00 |
method.rb
|
fix #1438
|
2015-08-17 15:08:32 +01:00 |
object_path.rb
|
Make object path resolution more robust (fix #957)
|
2014-04-28 00:41:19 -07:00 |
output.rb
|
fix paging, thx @egwspiti
|
2015-09-03 12:14:49 +01:00 |
pager.rb
|
fix #1438
|
2015-08-17 15:08:32 +01:00 |
plugins.rb
|
Only load plugins that support current pry
|
2014-10-26 02:39:30 -05:00 |
prompt.rb
|
Various copy changes
|
2014-05-05 00:50:44 -07:00 |
pry_class.rb
|
Merge pull request #1443 from egwspiti/master
|
2015-06-29 12:51:38 +03:00 |
pry_instance.rb
|
fix #1438
|
2015-08-17 15:08:32 +01:00 |
rbx_path.rb
|
Move all hacking of rbx paths into Pry::Code
|
2013-05-10 00:49:36 -07:00 |
repl.rb
|
return false from #piping? when $stdout is not an IO.
|
2015-08-24 03:08:41 +01:00 |
repl_file_loader.rb
|
Changes deprecated ‘File.exists’ to ‘File.exist’
|
2015-05-10 19:58:16 -06:00 |
rubygem.rb
|
Merge remote-tracking branch 'drwl/fixes-issue-1286' (fix #1286)
|
2015-01-14 21:53:36 -08:00 |
slop.rb
|
import slop v3.4 as lib/pry/slop
|
2015-12-11 06:04:18 +00:00 |
terminal.rb
|
fix #1464
|
2015-08-22 15:14:26 +01:00 |
version.rb
|
v0.10.1
|
2014-08-16 16:34:26 -07:00 |
wrapped_module.rb
|
fix #1438
|
2015-08-17 15:08:32 +01:00 |