Flowdock
method

open_editor

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: OpenCommand
open_editor(path) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/commands/open_command.rb, line 68
  def open_editor path
    Dir.chdir(path) do
      system(*@editor.split(/\s+/) + [path])
    end
  end
Register or log in to add new notes.