Flowdock
method

new

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: Registrar
new() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/psych/lib/psych/visitors/yaml_tree.rb, line 16
        def initialize
          @obj_to_id   = {}
          @obj_to_node = {}
          @counter     = 0
        end
Register or log in to add new notes.