Method: Litbuild::MultiPartVisitor#visit_appendix
- Defined in:
- lib/litbuild/multi_part_visitor.rb
#visit_appendix(appendix) ⇒ Object
We need to call some methods on the appendix blueprint, so we store the entire appendix rather than just the name.
25 26 27 28 |
# File 'lib/litbuild/multi_part_visitor.rb', line 25 def visit_appendix(appendix) @appendices << appendix appendix.accept(visitor: self) end |