module AnyCache::Patches::InterfaceAccessMixin
@api private @since 0.3.1
Public Instance Methods
enable_patch!(patch_series)
click to toggle source
@param patch_series [Symbol, String] @return [void]
@see AnyCache::Patches#enable!
@api private @since 0.3.1
# File lib/any_cache/patches.rb, line 37 def enable_patch!(patch_series) AnyCache::Patches.enable!(patch_series) end