Sha256: 2620aa58f18a5b1fdf17a0eed69ad5ce2c2973fb51cccf172fe473501661beac

Contents?: true

Size: 225 Bytes

Versions: 8

Compression:

Stored size: 225 Bytes

Contents

# frozen_string_literal: true

unless (defined? PDF::Core.pdf_object) == 'method'
  module PDF::Core
    alias pdf_object PdfObject
    module_function :pdf_object # rubocop:disable Style/AccessModifierDeclarations
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
asciidoctor-pdf-1.5.4 lib/asciidoctor/pdf/ext/pdf-core/pdf_object.rb
asciidoctor-pdf-1.5.3 lib/asciidoctor/pdf/ext/pdf-core/pdf_object.rb
asciidoctor-pdf-1.5.2 lib/asciidoctor/pdf/ext/pdf-core/pdf_object.rb
asciidoctor-pdf-1.5.1 lib/asciidoctor/pdf/ext/pdf-core/pdf_object.rb
asciidoctor-pdf-1.5.0 lib/asciidoctor/pdf/ext/pdf-core/pdf_object.rb
asciidoctor-pdf-1.5.0.rc.3 lib/asciidoctor/pdf/ext/pdf-core/pdf_object.rb
asciidoctor-pdf-1.5.0.rc.2 lib/asciidoctor/pdf/ext/pdf-core/pdf_object.rb
asciidoctor-pdf-1.5.0.rc.1 lib/asciidoctor/pdf/ext/pdf-core/pdf_object.rb