Skip to content

Convert ObjectifiedHash to Hash before calling Hash methods on it

Reuben Pereira requested to merge rp/fix-ruby-warning into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Fix a Ruby warning about converting ObjectifiedHash to Hash before calling Hash methods on it.

Author Check-list

  • Has documentation been updated?

Merge request reports