# File lib/merb-core/dispatch/router/cached_proc.rb, line 13 def initialize(cache) @cache, @index = cache, CachedProc.register(self) end