method
open_editor
v2_6_3 -
Show latest stable
- Class:
Gem::Commands::OpenCommand
open_editor(path)public
No documentation available.
# File lib/rubygems/commands/open_command.rb, line 74
def open_editor(path)
Dir.chdir(path) do
system(*@editor.split(/\s+/) + [path])
end
end