rubymotion-community / motion-support

Commonly useful extensions to the standard library for RubyMotion
MIT License
132 stars 28 forks source link

Hash#deep_transform_keys maps over array values #14

Closed kareemk closed 10 years ago

kareemk commented 10 years ago

This ensures that hashes embedded in arrays are also transformed which intuitively is how this feature should behave.

tkadauke commented 10 years ago

Looks great, thanks! :-)