method

using_system_editor

using_system_editor()
private

No documentation available.

# File railties/lib/rails/command/helpers/editor.rb, line 32
          def using_system_editor
            display_hint_if_system_editor_not_specified || yield
          rescue Interrupt
            say "Aborted changing file: nothing saved."
          end