Sha256: e72519bb4e82f3920d9eb008a3380a9a688dedbf13e7acf9e2422980ae266f16
Contents?: true
Size: 719 Bytes
Versions: 9
Compression:
Stored size: 719 Bytes
Contents
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true require 'contrast/framework/base_support' require 'contrast/framework/rack/patch/support' module Contrast module Framework module Rack # Used when Rack is present to define framework specific behavior. For # now, the only part of this implemented is the Patch Support. module Support extend Contrast::Framework::BaseSupport extend Contrast::Framework::Rack::Patch::Support class << self def detection_class 'rack -- don\'t let me be detected' end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems