module Rack::Logs

Constants

VERSION

Public Instance Methods

call(env) click to toggle source
# File lib/rack/logs.rb, line 18
def call env
  configure {}.call env
end
configure() { |c| ... } click to toggle source
# File lib/rack/logs.rb, line 14
def configure
  Rack::Logs::Viewer.new Config.new.tap { |c| yield c }
end