Sha256: d3ddd505880fce39528b9c066e1f9ad35c3125dd8d70c455616ee070c130b48e

Contents?: true

Size: 246 Bytes

Versions: 7

Compression:

Stored size: 246 Bytes

Contents

# frozen_string_literal: true

class Prawn::Document
  # NOTE allows prawn-templates 0.0.4 to be used with prawn >= 2.2.0
  const_set :VALID_OPTIONS, (send :remove_const, :VALID_OPTIONS).dup if VALID_OPTIONS.frozen?
end
require 'prawn/templates'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
asciidoctor-pdf-1.5.3 lib/asciidoctor/pdf/ext/prawn-templates.rb
asciidoctor-pdf-1.5.2 lib/asciidoctor/pdf/ext/prawn-templates.rb
asciidoctor-pdf-1.5.1 lib/asciidoctor/pdf/ext/prawn-templates.rb
asciidoctor-pdf-1.5.0 lib/asciidoctor/pdf/ext/prawn-templates.rb
asciidoctor-pdf-1.5.0.rc.3 lib/asciidoctor/pdf/ext/prawn-templates.rb
asciidoctor-pdf-1.5.0.rc.2 lib/asciidoctor/pdf/ext/prawn-templates.rb
asciidoctor-pdf-1.5.0.rc.1 lib/asciidoctor/pdf/ext/prawn-templates.rb