Module: Chunk
- Included in:
- WikiChunk
- Defined in:
- app/models/chunks/chunk.rb
Overview
A chunk is a pattern of text that can be protected and interrogated by a renderer. Each Chunk class has a pattern
that states what sort of text it matches. Chunks are initalized by passing in the result of a match by its pattern.
Defined Under Namespace
Classes: Abstract