Skip to content

Commit 2c2d1d9

Browse files
committed
docs(ruby-runtime): clarify core_ext.rb comment about backward compatibility
1 parent b027c4d commit 2c2d1d9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/@jsii/ruby-runtime/lib/jsii/utils/core_ext.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
# - `Jsii::Utils` — string helpers (`underscore`, `camelize`, `blank?`).
1111
# - `Jsii::Serializer` — explicit wire-format `dump` / `load`.
1212
#
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.
13+
# The file remains patch-free but intentionally loads `Jsii::Utils` and
14+
# `Jsii::Serializer` so existing `require 'jsii/utils/core_ext'` paths
15+
# continue to load backward-compatibly. Do NOT re-introduce monkey-patches here.
1516

1617
require_relative '../utils'
1718
require_relative '../serializer'

0 commit comments

Comments
 (0)