Method: JSON::Editor::FileMenu#save

Defined in:
lib/json/editor.rb

#save(item) ⇒ Object

Save the current JSON document.



477
478
479
# File 'lib/json/editor.rb', line 477

def save(item)
  window.file_save
end