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 4bb7bd2ac9 CLI: simplify Slop switch declarations
`on :foo=` is the synonym for `on :foo, :argument => true`.
2013-01-31 07:28:53 +02:00
..
code Code::LOC: add #== and use it in Code#== 2013-01-07 17:51:43 +02:00
commands Don't interpolate on ? or $ [Fixes #835] 2013-01-29 23:48:04 -08:00
helpers Tweak and Refactor Pry::Terminal 2013-01-30 21:48:12 -06:00
test Merge branch 'wip.refactor' 2013-01-18 00:19:38 -08:00
cli.rb CLI: simplify Slop switch declarations 2013-01-31 07:28:53 +02:00
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 show-source: support create_command based commands 2013-01-29 15:25:05 +01:00
command_set.rb Rename "DEPRECATED" to "DISABLED" 2013-01-24 03:39:25 +02:00
commands.rb Remove extended_commands, default_commands -> commands 2012-08-11 17:39:25 -07:00
completion.rb Merge branch 'wip.refactor' 2013-01-18 00:19:38 -08:00
config.rb Remove input_stack and fix REPLFileLoader 2012-12-28 13:35:48 -08:00
core_extensions.rb Minor style change (only using CamelCase for classes/modules) 2012-12-27 14:26:11 -08:00
custom_completions.rb added file-mode toggle command, brings in filesystem completion and 2011-04-07 05:38:18 +12:00
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 Add input_array.pop! 2012-09-17 01:20:52 -06:00
hooks.rb improve Pry::Hooks#hook_exists? method 2012-11-27 22:41:32 +01:00
indent.rb Tweak and Refactor Pry::Terminal 2013-01-30 21:48:12 -06:00
method.rb Do not recommend to install pry-doc in some cases 2013-01-30 10:32:10 +02:00
module_candidate.rb Pry::WrappedModule#source no longer raises if it can't find source. 2013-01-29 15:25:05 +01:00
pager.rb Tweak and Refactor Pry::Terminal 2013-01-30 21:48:12 -06:00
plugins.rb Don't mention .gemspec detail explicitly 2012-12-31 21:13:17 -06:00
pry_class.rb Tweak and Refactor Pry::Terminal 2013-01-30 21:48:12 -06:00
pry_instance.rb add Pry.last_internal_error 2013-01-20 03:50:38 +01: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 Remove confusing rescue raise 2013-01-18 00:35:59 -08:00
repl_file_loader.rb Remove input_stack and fix REPLFileLoader 2012-12-28 13:35:48 -08:00
rubygem.rb Implement Rubygem::install 2013-01-09 02:27:15 +02:00
terminal.rb Tweak and Refactor Pry::Terminal 2013-01-30 21:48:12 -06:00
version.rb Bump version (it was conflicted anyway) 2013-01-17 23:14:11 +00:00
wrapped_module.rb oops, make Pry::WrappedModule#generator private 2013-01-29 23:35:00 +01:00