method

system_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