cloocher / xmlhasher

Fast XML to Ruby Hash converter
MIT License
40 stars 20 forks source link

Fix string_keys to work when it's the only option specified #25

Closed fernandomm closed 4 years ago

fernandomm commented 4 years ago

If string_keys was set without any other options, it wouldn't work since "name" variable is initially a symbol.

Fix #24.

stepozer commented 4 years ago

Thank you