# File lib/json/editor.rb, line 505 505: def revert(item) 506: window.instance_eval do 507: @filename and file_open(@filename) 508: end 509: end