# File lib/json/editor.rb, line 176 176: def remove_subtree(model) 177: while current = first_child 178: model.remove(current) 179: end 180: end