Module: Stenotype::ContextHandlers
- Defined in:
- lib/stenotype/context_handlers.rb,
lib/stenotype/context_handlers/base.rb,
lib/stenotype/context_handlers/klass.rb,
lib/stenotype/context_handlers/collection.rb,
lib/stenotype/context_handlers/rails/active_job.rb,
lib/stenotype/context_handlers/rails/controller.rb
Overview
A namespace to contain various context handlers implementations
Defined Under Namespace
Modules: Rails Classes: Base, Collection, Klass
Class Attribute Summary collapse
-
.known ⇒ Array<#publish>
A list of handlers implementing [#publish].
Class Attribute Details
.known ⇒ Array<#publish>
Returns A list of handlers implementing [#publish].
17 18 19 |
# File 'lib/stenotype/context_handlers.rb', line 17 def known @known ||= Stenotype::ContextHandlers::Collection.new end |