Sha256: fe0a5fe6ed21407b9e2d50d0c724019449103eabaf25a7e6bd569a9274f12ae8

Contents?: true

Size: 139 Bytes

Versions: 10

Compression:

Stored size: 139 Bytes

Contents

# frozen_string_literal: true
class AlwaysTrueCache
  def exist?
    true
  end

  def read
    {}
  end

  def write(*)
    nil
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
measured-3.1.0 test/support/always_true_cache.rb
measured-3.0.0 test/support/always_true_cache.rb
measured-2.8.2 test/support/always_true_cache.rb
measured-2.8.1 test/support/always_true_cache.rb
measured-2.8.0 test/support/always_true_cache.rb
measured-2.7.1 test/support/always_true_cache.rb
measured-2.7.0 test/support/always_true_cache.rb
measured-2.6.0 test/support/always_true_cache.rb
measured-2.5.2 test/support/always_true_cache.rb
measured-2.5.1 test/support/always_true_cache.rb