lib/eac_ruby_utils/patches/module/simple_cache.rb



# frozen_string_literal: true

require 'eac_ruby_utils/patch'
require 'eac_ruby_utils/simple_cache'

class Module
  def enable_simple_cache
    ::EacRubyUtils.patch(self, ::EacRubyUtils::SimpleCache)
  end
end