Sha256: c0f25d6451367fc24af6091514048f054a6b1fcf95b78a21cc523b71a9e2e6f0
Contents?: true
Size: 711 Bytes
Versions: 6
Compression:
Stored size: 711 Bytes
Contents
# Copyright (c) 2021 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 'don\'t let me be detected' end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems