class Temple::Mixins::CompiledDispatcher::DispatchNode

def initialize

def initialize
  super { |hsh,key| hsh[key] = DispatchNode.new }
  @method = nil
end