Module: ToProcInterface::Hooks::Inherited Private
- Defined in:
- lib/to_proc_interface/hooks.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.
The mixin contains the Class.inherited hook for the proper memoization of #to_proc singleton class method. It is neccessary to use it when extending a singleton class with the interface.