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/commands
2014-02-23 18:37:56 +09:00
..
cat update 'cat' command to use _pry_.config.default_window_size 2014-02-07 02:03:58 +01:00
edit
ls update 'ls' command to go through _pry_.config. closes #1126. 2014-02-08 19:17:37 +01:00
watch_expression Use string difference in watch 2014-02-07 18:02:00 -08:00
amend_line.rb
bang.rb
bang_pry.rb
cat.rb lib/pry/commands/cat.rb: do not create a new string 2013-11-27 01:26:55 +02:00
cd.rb Typo in lib/pry/commands/cd.rb 2013-12-26 23:34:10 +09:00
code_collector.rb update lib/pry/commands/code_collector.rb to use _pry_.config.gist.inspecter.call 2014-02-07 02:03:58 +01:00
disable_pry.rb
disabled_commands.rb
easter_eggs.rb
edit.rb update 'gist' command to use _pry_.config.gist.inspecter 2014-02-07 02:03:58 +01:00
exit.rb
exit_all.rb
exit_program.rb
find_method.rb Remove support for 1.8-compatible versions of Ruby 2014-01-19 17:43:07 -08:00
fix_indent.rb
gem_cd.rb
gem_install.rb
gem_list.rb
gem_open.rb
gist.rb update 'gist' command to use _pry_.config.gist.inspecter 2014-02-07 02:03:58 +01:00
help.rb
hist.rb
import_set.rb
install_command.rb
jump_to.rb
ls.rb update 'ls' command to go through _pry_.config. closes #1126. 2014-02-08 19:17:37 +01:00
nesting.rb
play.rb Add print option to play command (resolves #864) 2013-12-12 10:11:00 +01:00
pry_backtrace.rb
pry_version.rb
raise_up.rb
reload_code.rb
reset.rb
ri.rb Remove 'then' from ri.rb 2014-02-23 18:37:56 +09:00
save_file.rb
shell_command.rb update shell_command.rb to use _pry_.config.system 2014-02-07 02:03:57 +01:00
shell_mode.rb rename "*_completer" to "*_completions" 2014-02-03 19:46:07 +01:00
show_doc.rb
show_info.rb Remove support for 1.8-compatible versions of Ruby 2014-01-19 17:43:07 -08:00
show_input.rb
show_source.rb
simple_prompt.rb
stat.rb
switch_to.rb
toggle_color.rb
watch_expression.rb read "watch_expressions" via _pry_.config 2014-02-04 23:17:27 +01:00
whereami.rb update whereami command to use _pry_.config.default_window_size. 2014-02-07 02:03:58 +01:00
wtf.rb