# File lib/merb-core/dispatch/router/cached_proc.rb, line 38 def register(cached_code) CachedProc[@@index] = cached_code @@index += 1 @@index - 1 end