From a21acaee6dd1e34d74a7c1c959d3c34cd574eae5 Mon Sep 17 00:00:00 2001 From: Joshua Young Date: Mon, 9 Jun 2025 23:05:32 +1000 Subject: [PATCH] Follow-ups to #13555 --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 6c901003ba..b332164e25 100644 --- a/NEWS.md +++ b/NEWS.md @@ -16,8 +16,8 @@ Note: We're only listing outstanding class updates. * Kernel - * `Kernel#inspect` now check for the existence of a `#instance_variables_to_inspect` method - allowing to control which instance variables are displayed in the `#inspect` string: + * `Kernel#inspect` now checks for the existence of a `#instance_variables_to_inspect` method, + allowing control over which instance variables are displayed in the `#inspect` string: ```ruby class DatabaseConfig