Class: Sourcerer::Sync::BlockParser::TextSegment
- Inherits:
-
Struct
- Object
- Struct
- Sourcerer::Sync::BlockParser::TextSegment
- Defined in:
- lib/sourcerer/sync/block_parser.rb
Overview
Plain text in between (or around) tagged blocks
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
The raw text.
Instance Attribute Details
#content ⇒ Object (readonly)
The raw text
23 |
# File 'lib/sourcerer/sync/block_parser.rb', line 23 TextSegment = Struct.new(:content, keyword_init: true) |