Follow-ups to #13555

This commit is contained in:
Joshua Young 2025-06-09 23:05:32 +10:00 committed by Jean Boussier
parent cdeedd5bc1
commit a21acaee6d
Notes: git 2025-06-10 10:25:45 +00:00

View File

@ -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