Sha256: 1ed3335f9b2abb09fcf19156b08ef7d29f5a9ba079f36435d1f7a85c15a9541b

Contents?: true

Size: 280 Bytes

Versions: 10

Compression:

Stored size: 280 Bytes

Contents

# 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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
prawn-table-0.2.2 manual/contents.rb
prawn-table-0.2.1 manual/contents.rb
prawn-table-0.2.0 manual/contents.rb
prawn-table-0.1.2 manual/contents.rb
prawn-table-0.1.1 manual/contents.rb
prawn-table-0.1.0 manual/contents.rb
prawn-table-0.0.4 manual/contents.rb
prawn-table-0.0.3 manual/contents.rb
prawn-table-0.0.2 manual/contents.rb
prawn-table-0.0.1 manual/contents.rb