method
open_editor
v2_2_9 -
Show latest stable
- Class:
Gem::Commands::OpenCommand
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