# File lib/moneta/xattr.rb, line 48
      def clear
        @hash.list.each do |item|
          @hash.remove(item)
        end
      end