This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.
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