Sha256: 90208142fcebab550888c75599c5c3d9bd2c537c5f0f48e077c9f32a56919555
Contents?: true
Size: 364 Bytes
Versions: 9
Compression:
Stored size: 364 Bytes
Contents
require "pact_broker/async/after_reply" module PactBroker module Api module Resources module AfterReply # @param [Callable] block the block to execute after the response has been sent to the user. def after_reply(&block) PactBroker::Async::AfterReply.new(request.env).execute(&block) end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems