Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v1_9_2_180) is shown here.
each()
public
Traverse each of this
Gtk::TreeIter instance’s children and yield to them.
# File ext/json/lib/json/editor.rb, line 161
def each
n_children.times { |i| yield nth_child(i) }
end