symbolized
symbolized copied to clipboard
Hash with indifferent access, with keys stored internally as symbols.
`BigDecimal.new` is deprecated since Ruby 2.6 and was removed in Ruby 2.7. Using `BigDecimal('123')` is backward compatible down to Ruby 1.9.3 (oldest version in the CI yml), see https://apidock.com/ruby/v1_9_1_378/BigDecimal, hence...
Shifts Ruby versions for CI from `1.9.3` - `2.2.2` to `2.3.8` - `3.0.0` 2.3.8 is the oldest EOL version that you can still download on the official Ruby page. Ruby...
Is there a simple way to make this the default, so that it is e.g. what is returned by JSON.parse, hash literals, etc., and you have to explicitly ask for...