File: no_example.rb

package info (click to toggle)
ruby-prawn-manual-builder 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 71,756 kB
  • sloc: ruby: 951; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 170 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

require 'prawn/manual_builder'

Prawn::ManualBuilder::Chapter.new do
  title 'No Example'

  text do
    prose 'No example here'
  end
end