# File lib/json/editor.rb, line 254 254: def method_missing(*a, &b) 255: treeview.__send__(*a, &b) 256: end