This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.
file_save()
Save the current file.
# File ext/json/lib/json/editor.rb, line 1211 def file_save if @filename store_file(@filename) else file_save_as end end