Method: OpenGraphReader::Object::DSL.processors

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

.processors{Symbol => Proc}

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.

A map from type names to processing blocks.

Returns:

  • ({Symbol => Proc})


109
110
111
# File 'lib/open_graph_reader/object/dsl.rb', line 109

def self.processors
  @processors ||= {}
end