Sha256: f678e15984519ad125ea949364549c1fd8c38f44ed12f3ae13576ca0d16211c7

Contents?: true

Size: 204 Bytes

Versions: 3

Compression:

Stored size: 204 Bytes

Contents

# frozen_string_literal: true

# @api public
# @since 0.5.0
class AnyCache::Plugins::Abstract
  class << self
    # @return [void]
    #
    # @api private
    # @since 0.5.0
    def load!; end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
any_cache-0.7.0 lib/any_cache/plugins/abstract.rb
any_cache-0.6.0 lib/any_cache/plugins/abstract.rb
any_cache-0.5.0 lib/any_cache/plugins/abstract.rb