new()
No documentation available.
# File ext/psych/lib/psych/visitors/yaml_tree.rb, line 17 def initialize @obj_to_id = {} @obj_to_node = {} @targets = [] @counter = 0 end