method
system_editor
v8.1.1 -
Show latest stable
- Class:
Rails::Command::Helpers::Editor
system_editor(file_path)private
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