Sha256: 253f6ce0841e1901f7d115c81792db032f61991d18563a3454d67dc2a770e6b2
Contents?: true
Size: 698 Bytes
Versions: 6
Compression:
Stored size: 698 Bytes
Contents
# Copyright (c) 2020 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true cs__scoped_require 'contrast/framework/base_support' cs__scoped_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. class Support < 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