Method: Pdf::View.section

Defined in:
lib/pdf/view.rb

.section(title_text, **options, &block) ⇒ Object



29
30
31
# File 'lib/pdf/view.rb', line 29

def section(title_text, **options, &block)
  content_builder.section(title_text, **options, &block)
end