Method: Markdoc::Sequence::Diagram#print
- Defined in:
- lib/markdoc/sequence.rb
#print ⇒ Object
292 293 294 295 296 297 298 |
# File 'lib/markdoc/sequence.rb', line 292 def print template % { width: width, height: height, content: (roles + ).map(&:print).join("\n") } end |