Module: AnyCache::Patches::InterfaceAccessMixin Private

Included in:
AnyCache
Defined in:
lib/any_cache/patches.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Since:

  • 0.3.1

Instance Method Summary collapse

Instance Method Details

#enable_patch!(patch_series) ⇒ void

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

This method returns an undefined value.

Parameters:

  • patch_series (Symbol, String)

See Also:

  • AnyCache::Patches#enable!

Since:

  • 0.3.1



37
38
39
# File 'lib/any_cache/patches.rb', line 37

def enable_patch!(patch_series)
  AnyCache::Patches.enable!(patch_series)
end