method

open_editor

open_editor(path)
public

No documentation available.

# File lib/rubygems/commands/open_command.rb, line 63
  def open_editor path
    system(*@editor.split(/\s+/) + [path])
  end