Method: IsoDoc::Function::Blocks#figure_key
- Defined in:
- lib/isodoc/function/blocks.rb
#figure_key(out) ⇒ Object
26 27 28 29 30 |
# File 'lib/isodoc/function/blocks.rb', line 26 def figure_key(out) out.p **{ style: "page-break-after:avoid;" } do |p| p.b { |b| b << @i18n.key } end end |