module Loom::Pattern
NB: The use of the word “mod” or “module” in this file probably means a ::Module, not a Loom::Mods::Module
Constants
- DSL_METHODS
- DuplicatePatternRef
- InvalidPatternNamespace
- NoReferenceForSlug
- PatternDefinitionError
- SiteFileNotFound
Public Class Methods
included(pattern_mod)
click to toggle source
# File lib/loom/pattern.rb, line 6 def included(pattern_mod) Loom.log.debug2(self) { "pattern module loaded => #{pattern_mod}" } pattern_mod.extend DSL end