module Sinatra::Namespace::InstanceMethods

Public Instance Methods

settings() click to toggle source
# File lib/sinatra/namespace.rb, line 133
def settings
  @namespace
end
template_cache() click to toggle source
Calls superclass method
# File lib/sinatra/namespace.rb, line 137
def template_cache
  super.fetch(:nested, @namespace) { Tilt::Cache.new }
end