aetherknight / recursive-open-struct

OpenStruct subclass that returns nested hash attributes as RecursiveOpenStructs
Other
276 stars 54 forks source link

Fixed when the keys of hash are strings #30

Closed thiagogsr closed 9 years ago

aetherknight commented 9 years ago

Looks good, and all tests are passing. Thanks for the fix.

thiagogsr commented 9 years ago

Nice, thanks!!