lib/xdg/cache.rb in xdg-6.6.2 vs lib/xdg/cache.rb in xdg-7.0.0
- old
+ new
@@ -1,7 +1,8 @@
# frozen_string_literal: true
require "forwardable"
+require "xdg/pair"
module XDG
# Provides cache support.
class Cache
extend Forwardable
- old
+ new