Method: OpenGraphReader::Object::Registry#initialize
- Defined in:
- lib/open_graph_reader/object/registry.rb
#initialize ⇒ Registry
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.
52 53 54 55 |
# File 'lib/open_graph_reader/object/registry.rb', line 52 def initialize @namespaces = {} @verticals = Set.new end |