Sha256: 7f88c825795a30149694db29dbbbb3226907754a3e929250651796904eb1585b
Contents?: true
Size: 190 Bytes
Versions: 108
Compression:
Stored size: 190 Bytes
Contents
module Rack module PactBroker class NoAuth def initialize app, *args, &block @app = app end def call(env) @app.call(env) end end end end
Version data entries
108 entries across 108 versions & 1 rubygems