Method: RoadForest::ContentHandling::Engine#initialize

Defined in:
lib/roadforest/content-handling/engine.rb

#initializeEngine

Returns a new instance of Engine.



49
50
51
52
53
# File 'lib/roadforest/content-handling/engine.rb', line 49

def initialize
  @renderers = TypeHandlerList.new("provide")
  @parsers = TypeHandlerList.new("accept")
  @type_mapping = {}
end