Sha256: 7ce3853907bc1a13d81254d4dabb3a7d300ff3924ef85af1c2f206589e538e6a

Contents?: true

Size: 422 Bytes

Versions: 2

Compression:

Stored size: 422 Bytes

Contents

# encoding: utf-8
#
# Prawn manual foreword page. 
#
require File.expand_path(File.join(File.dirname(__FILE__),
                                   %w[.. example_helper]))

filename = File.basename(__FILE__).gsub('.rb', '.pdf')
Prawn::Example.generate(filename) do
  header("Foreword, by Gregory Brown")
  prose "This will be written just before 1.0, to give the" +
        " core team something to look forward to."
  end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
prawn-1.0.0.rc2 manual/manual/foreword.rb
nurettin-prawn-1.0.0.rc1 manual/manual/foreword.rb