scaleflex / cloudimage-rb

Official Ruby API wrapper for Cloudimage's API. Any questions or issues, please report to https://github.com/scaleflex/cloudimage-rb/issues
Other
4 stars 1 forks source link

Handle frozen aliases hashes #29

Closed janklimo closed 3 years ago

janklimo commented 3 years ago

It's a common use-case that an aliases hash gets defined as a frozen class constant (Rubocop will enforce this). We need a dup to modify it in our code.

Closes #28