Sha256: 4b6ba1ce19318e2c837c2760db42c500f4f3c3c990df77b66d94ffcb5878fa09

Contents?: true

Size: 177 Bytes

Versions: 7

Compression:

Stored size: 177 Bytes

Contents

# frozen_string_literal: true
module Asciidoctor
module PDF
module TemporaryPath
  def unlink
    ::File.unlink self
  end

  def exist?
    ::File.file? self
  end
end
end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
asciidoctor-pdf-1.5.0.beta.8 lib/asciidoctor/pdf/temporary_path.rb
asciidoctor-pdf-1.5.0.beta.7 lib/asciidoctor/pdf/temporary_path.rb
asciidoctor-pdf-1.5.0.beta.6 lib/asciidoctor/pdf/temporary_path.rb
asciidoctor-pdf-1.5.0.beta.5 lib/asciidoctor-pdf/temporary_path.rb
asciidoctor-pdf-1.5.0.beta.4 lib/asciidoctor-pdf/temporary_path.rb
asciidoctor-pdf-1.5.0.beta.3 lib/asciidoctor-pdf/temporary_path.rb
asciidoctor-pdf-1.5.0.beta.2 lib/asciidoctor-pdf/temporary_path.rb