# File lib/hashery/path_hash.rb, line 147
    def expand
      inject({}) {|h,(k,v)| h[k] = v.is_a?(SlashedHash) ? v.expand : v; h}
    end