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