# File lib/json/editor.rb, line 1036 def expand_collapse(iter) if expanded expand_row(iter.path, true) else collapse_row(iter.path) end end