Method: OpenGraphReader::Base#initialize

Defined in:
lib/open_graph_reader/base.rb

#initializeBase

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 Base.



50
51
52
# File 'lib/open_graph_reader/base.rb', line 50

def initialize
  @bases = {}
end