Method: JSON::Editor::FileMenu#quit

Defined in:
lib/json/editor.rb

#quit(item) ⇒ Object

Quit the editor, after asking to save any unsaved changes first.



487
488
489
# File 'lib/json/editor.rb', line 487

def quit(item)
  window.quit
end