#to_h isn't deterministic
Closed this issue · 1 comments
avinashbot commented
- first of all this isn't a huge problem ok
- if you call a property that isn't previously defined, it gets added to the cache and it shows up in
#to_h
- if you don't call that property before calling
#to_h
, it doesn't show up - easy fix is to filter only predefined properties but then you can't see properties that weren't explicity defined
avinashbot commented
it's ok, i did a rewrite