Method: JSON::Editor::MainWindow#change
- Defined in:
- lib/json/editor.rb
#change ⇒ Object
Sets editor status to changed, to indicate that the edited data containts unsaved changes.
1111 1112 1113 1114 |
# File 'lib/json/editor.rb', line 1111 def change @changed = true display_title end |