module Rails::Command::Helpers::Editor

def using_system_editor

def using_system_editor
  display_hint_if_system_editor_not_specified || yield
rescue Interrupt
  say "Aborted changing file: nothing saved."
end