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