# File lib/hashery/ordered_hash.rb, line 124
      def clear
        super
        @keys.clear
        self
      end