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
..
cat Fix some file paths break in Windows (#708). file_and_line methods in lib/pry/commands/cat/file_formatter.rb split file path with ':'. So if file path is 'c:/path/to/file', this method works incorrectly. This fix replace ':' to regexp 2013-12-14 20:29:42 +09:00
edit
ls
amend_line.rb
bang.rb
bang_pry.rb
cat.rb
cd.rb
code_collector.rb
disable_pry.rb
disabled_commands.rb
easter_eggs.rb
edit.rb
exit.rb
exit_all.rb
exit_program.rb
find_method.rb
fix_indent.rb
gem_cd.rb
gem_install.rb
gem_list.rb
gem_open.rb
gist.rb
help.rb
hist.rb
import_set.rb
install_command.rb
jump_to.rb
ls.rb
nesting.rb
play.rb
pry_backtrace.rb
pry_version.rb
raise_up.rb
reload_code.rb
reset.rb
ri.rb
save_file.rb
shell_command.rb
shell_mode.rb
show_doc.rb
show_info.rb
show_input.rb
show_source.rb
simple_prompt.rb
stat.rb
switch_to.rb
toggle_color.rb
whereami.rb
wtf.rb