Parent

Methods

TweetStream::Middleware::Runner

Constants

EMPTY_MIDDLEWARE

Public Class Methods

new(stack) click to toggle source
# File lib/tweetstream/middleware/runner.rb, line 7
def initialize(stack)
  @stack = stack
  @chain = build_chain
end

Public Instance Methods

call(env) click to toggle source
# File lib/tweetstream/middleware/runner.rb, line 12
def call(env)
  @chain.call(env)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.