Method: JSON::Editor::FileMenu#save_as
- Defined in:
- lib/json/editor.rb
#save_as(item) ⇒ Object
Save the current JSON document under the given filename.
482 483 484 |
# File 'lib/json/editor.rb', line 482 def save_as(item) window.file_save_as end |