Actions
Bug #20982
closedInconsistency between Hash#inspect and ENV.inspect in Ruby 3.4
Bug #20982:
Inconsistency between Hash#inspect and ENV.inspect in Ruby 3.4
Description
Ruby 3.4 changed the stringified output of Hash to add whitespace to the hashrockets
The output of ENV.inspect is very similar to Hash#inspect, but does not include the whitespace
Adding the extra whitespace around the hashrockets would improve the readability, and make things more consistent.
Actions