Method: Sinatra::Namespace::InstanceMethods#template_cache
- Defined in:
- lib/sinatra/namespace.rb
#template_cache ⇒ Object
212 213 214 |
# File 'lib/sinatra/namespace.rb', line 212 def template_cache super.fetch(:nested, @namespace) { TemplateCache.new } end |