File: contents.rb

package info (click to toggle)
ruby-prawn-table 0.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 588 kB
  • sloc: ruby: 3,355; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
# encoding: utf-8
#
# Generates the Prawn by example manual.

require_relative "example_helper"

Encoding.default_external = Encoding::UTF_8

Prawn::ManualBuilder::Example.generate("manual.pdf",
  :skip_page_creation => true, :page_size => "FOLIO") do

  load_package "table"
end