lib/xdg/cache.rb in xdg-3.0.2 vs lib/xdg/cache.rb in xdg-3.1.0

- old
+ new

@@ -6,10 +6,10 @@ class Cache extend Forwardable HOME_PAIR = Pair["XDG_CACHE_HOME", ".cache"].freeze - delegate %i[home directories all] => :combined + delegate %i[home directories all inspect] => :combined def initialize home: Paths::Standard, directories: Paths::Directory, environment: ENV @combined = Paths::Combined.new home.new(HOME_PAIR, environment), directories.new(Pair.new, environment) end