class Gem::Commands::OpenCommand

def open_editor(path)

def open_editor(path)
  system(*@editor.split(/\s+/) + [path], { chdir: path })
end