Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_2_180) is shown here.
create()
public
# File ext/json/lib/json/editor.rb, line 645
def create
title = MenuItem.new('Edit')
title.submenu = menu
add_item('Copy', cc, &method(:copy))
add_item('Paste', vv, &method(:paste))
add_separator
add_item('Find', ff, &method(:find))
add_item('Find Again', gg, &method(:find_again))
add_separator
add_item('Sort', SS, &method(:sort))
title
end