File Manager

Path: /opt/chef/embedded/lib/ruby/gems/2.7.0/gems/webmock-3.8.3/lib/webmock/

Viewing File: deprecation.rb

module WebMock
  class Deprecation
    class << self
      def warning(message)
        warn "WebMock deprecation warning: #{message}"
      end
    end
  end
end