module Rack::Authorize

Constants

VERSION

Public Class Methods

new(app, &block) click to toggle source
# File lib/rack/authorize.rb, line 9
def self.new(app, &block)
  Authorizer.new(app, &block)
end