module Stenotype::ContextHandlers

A namespace to contain various context handlers implementations

Attributes

known[W]

Public Class Methods

known() click to toggle source

@return {Array<#publish>} A list of handlers implementing [#publish]

# File lib/stenotype/context_handlers.rb, line 17
def known
  @known ||= Stenotype::ContextHandlers::Collection.new
end