Parent

Files

Sinatra::Helpers::Stream::Wrapper

Public Class Methods

new(stack, instance) click to toggle source
# File lib/sinatra/base.rb, line 1936
def initialize(stack, instance)
  @stack, @instance = stack, instance
end

Public Instance Methods

call(env) click to toggle source
# File lib/sinatra/base.rb, line 1948
def call(env)
  @stack.call(env)
end
helpers() click to toggle source
# File lib/sinatra/base.rb, line 1944
def helpers
  @instance
end
inspect() click to toggle source
# File lib/sinatra/base.rb, line 1952
def inspect
  "#<#{@instance.class} app_file=#{settings.app_file.inspect}>"
end
settings() click to toggle source
# File lib/sinatra/base.rb, line 1940
def settings
  @instance.settings
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.