This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.
file_save_as()
Save the current file as the filename
# File ext/json/lib/json/editor.rb, line 1220 def file_save_as filename = select_file('Save as a JSON file') store_file(filename) end