Method: OpenGraphReader::Object::Registry#initialize

Defined in:
lib/open_graph_reader/object/registry.rb

#initializeRegistry

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns a new instance of Registry.



51
52
53
54
# File 'lib/open_graph_reader/object/registry.rb', line 51

def initialize
  @namespaces = {}
  @verticals = Set.new
end