system_editor(file_path)
No documentation available.
# File railties/lib/rails/command/helpers/editor.rb, line 28 def system_editor(file_path) system(*Shellwords.split(editor), file_path.to_s) end