# File lib/hashie/extensions/symbolize_keys.rb, line 10
      def symbolize_keys!
        SymbolizeKeys.symbolize_keys!(self)
        self
      end