class Rails::Engine::Configuration

def initialize(root=nil)

def initialize(root=nil)
  super()
  @root = root
end