Module: ToProcInterface::Hooks::Included Private

Included in:
ToProcInterface::Hooks
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.

Examples:

Usage

module Mixin
  # @!parse extend ToProcInterface::Hooks::Included
  include ToProcInterface
end

class Example
  extend Mixin
end