683 684 685 686
# File 'lib/tkextlib/blt/tree.rb', line 683 def ancestor(node1, node2) Tk::BLT::Tree::Node.id2obj(self, tk_call('::blt::tree', 'ancestor', tagid(node1), tagid(node2))) end