This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.
add_separator()
Adds a Gtk::SeparatorMenuItem to this instance’s #menu.
# File ext/json/lib/json/editor.rb, line 224 def add_separator menu.append SeparatorMenuItem.new end