method
using_system_editor
v8.0.0 -
Show latest stable
- Class:
Rails::Command::Helpers::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