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
John Mair 7ae55b3a8a Pry::CodeObject: remove unnecessary 'target' parameter
Since we can access 'target' via _pry_.current_context

* We also update a few files (code_collector/show_info) that need to be updated for this change
2013-01-11 20:47:46 +01:00
..
code Code::LOC: add #== and use it in Code#== 2013-01-07 17:51:43 +02:00
commands Pry::CodeObject: remove unnecessary 'target' parameter 2013-01-11 20:47:46 +01:00
helpers Extract Table to its own file 2013-01-09 17:18:44 -06:00
test
cli.rb
code.rb Code: simplify .from_file class method 2013-01-07 17:51:43 +02:00
code_object.rb Pry::CodeObject: remove unnecessary 'target' parameter 2013-01-11 20:47:46 +01:00
command.rb Extract out gem related code to Pry::Rubygem 2013-01-09 00:24:53 +02:00
command_set.rb
commands.rb
completion.rb
config.rb
core_extensions.rb Minor style change (only using CamelCase for classes/modules) 2012-12-27 14:26:11 -08:00
custom_completions.rb
editor.rb Pry::Editor, Pry::Command::Whereami: more refactorings 2013-01-02 16:25:18 +01:00
helpers.rb Extract Table to its own file 2013-01-09 17:18:44 -06:00
history.rb
history_array.rb
hooks.rb
indent.rb OPTIONAL_DO_TOKENS should be an array 2012-12-30 18:13:03 -08:00
method.rb
module_candidate.rb Pry::WrappedModule::Candidate: break up some large methods 2013-01-03 01:47:22 +01:00
pager.rb
plugins.rb Don't mention .gemspec detail explicitly 2012-12-31 21:13:17 -06:00
pry_class.rb Make pryrc load errors more useful. 2013-01-01 03:40:36 -06:00
pry_instance.rb
rbx_method.rb
rbx_path.rb
repl_file_loader.rb
rubygem.rb Implement Rubygem::install 2013-01-09 02:27:15 +02:00
terminal_info.rb Add support for ENV["LINES"] which works 2013-01-08 22:56:41 -08:00
version.rb
wrapped_module.rb WrappedModule now ignores def_delegator methods, fixes #801 2013-01-09 17:18:26 +01:00