# File lib/hashie/mash.rb, line 67
      def initialize(message = 'You cannot disable warnings on the base Mash class. Please subclass the Mash and disable it in the subclass.')
        super(message)
      end