quit()
Quit this editor, that is, leave this editor’s main loop.
# File ext/json/lib/json/editor.rb, line 1153 def quit ask_save if @changed if Gtk.main_level > 0 destroy Gtk.main_quit end nil end