Sinatra::Namespace::InstanceMethods

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.