# File lib/hashery/core_ext.rb, line 32 def to_hash dup # -or- `h = {}; each{ |k,v| h[k] = v }; h` ? end