1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

added jedit to list of editors supported by edit-method

This commit is contained in:
John Mair 2011-06-09 17:16:18 +12:00
parent c173e4d600
commit abc23c1716

View file

@ -166,6 +166,8 @@ class Pry
"-l #{line_number} #{file_name}"
when /^uedit32/
"#{file_name}/#{line_number}"
when /^jedit/
"#{file_name} +#{line_number}"
else
if RUBY_PLATFORM =~ /mswin|mingw/
"#{file_name}"