We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f463cc5 commit 4248f57Copy full SHA for 4248f57
1 file changed
lib/pact.rb
@@ -5,8 +5,9 @@
5
6
require 'pact/railtie' if defined?(Rails::Railtie)
7
8
-# Load blank?/present? polyfill before Zeitwerk eager-loads the rest of the gem.
9
-# Skipped if active_support (or anything else) has already defined these methods.
+# Load core_ext polyfills (blank?/present?, deep_dup) before Zeitwerk eager-loads
+# the rest of the gem. Each polyfill is skipped if already defined by active_support
10
+# or any other library loaded by the host application.
11
require 'pact/support/core_ext'
12
13
module Pact
0 commit comments