Sha256: de8674cdbeb0cef799c97942fd7507f9b8d2ad2dd93d456ccd8a91fd54e40e1e
Contents?: true
Size: 270 Bytes
Versions: 19
Compression:
Stored size: 270 Bytes
Contents
# frozen_string_literal: true require 'rack' module OpenTracing module Instrumentation module Rack # UnsafePathSanitazer return raw path class UnsafePathSanitazer def sanitaze_path(path) path end end end end end
Version data entries
19 entries across 19 versions & 1 rubygems