Seems like symbolize_keys! is a method from its parent class Hash, maybe we should raise an error when symbolize_keys! is called? This is unexpected behavior in my opinion.
Important to note that the underlying storage must still be strings based on rails/rails#14643 and Matz opinion at https://bugs.ruby-lang.org/issues/9731
Seems like
symbolize_keys!is a method from its parent classHash, maybe we should raise an error when symbolize_keys! is called? This is unexpected behavior in my opinion.Important to note that the underlying storage must still be strings based on rails/rails#14643 and Matz opinion at https://bugs.ruby-lang.org/issues/9731