class DocTemplate::Tags::MaterialsTag
Constants
- TAG_NAME
- TEMPLATE
Public Instance Methods
parse(node, _opts = {})
click to toggle source
# File lib/doc_template/tags/materials_tag.rb, line 9 def parse(node, _opts = {}) # we have to collect all the next siblings until next activity-metadata content_until_break(node) node.remove self end