# File lib/json/editor.rb, line 161 161: def each 162: n_children.times { |i| yield nth_child(i) } 163: end