Sha256: 5159a2b1362a4097f4614d60370e0a1ac635128461e60b86513b1d9c74a0abe3

Contents?: true

Size: 245 Bytes

Versions: 7

Compression:

Stored size: 245 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.0.beta.8 lib/asciidoctor/pdf/ext/prawn-templates.rb
asciidoctor-pdf-1.5.0.beta.7 lib/asciidoctor/pdf/ext/prawn-templates.rb
asciidoctor-pdf-1.5.0.beta.6 lib/asciidoctor/pdf/ext/prawn-templates.rb
asciidoctor-pdf-1.5.0.beta.5 lib/asciidoctor-pdf/prawn-templates_ext.rb
asciidoctor-pdf-1.5.0.beta.4 lib/asciidoctor-pdf/prawn-templates_ext.rb
asciidoctor-pdf-1.5.0.beta.3 lib/asciidoctor-pdf/prawn-templates_ext.rb
asciidoctor-pdf-1.5.0.beta.2 lib/asciidoctor-pdf/prawn-templates_ext.rb