1 parent b027c4d commit 2c2d1d9Copy full SHA for 2c2d1d9
1 file changed
packages/@jsii/ruby-runtime/lib/jsii/utils/core_ext.rb
@@ -10,8 +10,9 @@
10
# - `Jsii::Utils` — string helpers (`underscore`, `camelize`, `blank?`).
11
# - `Jsii::Serializer` — explicit wire-format `dump` / `load`.
12
#
13
-# The file is kept (empty) so existing `require 'jsii/utils/core_ext'` paths
14
-# continue to load. Do NOT re-introduce monkey-patches here.
+# The file remains patch-free but intentionally loads `Jsii::Utils` and
+# `Jsii::Serializer` so existing `require 'jsii/utils/core_ext'` paths
15
+# continue to load backward-compatibly. Do NOT re-introduce monkey-patches here.
16
17
require_relative '../utils'
18
require_relative '../serializer'
0 commit comments