class Phlex::SGML
def yield_content
-
(nil)
-
Other tags:
- Yieldparam: component -
def yield_content return unless block_given? buffer = @_context.buffer original_length = buffer.bytesize content = yield(self) __text__(content) if original_length == buffer.bytesize nil end