Sha256: 24f09b3b5c5415fd4e1196e40d8c8d099bc3f760564e6cb69042afc3f7a59e4b

Contents?: true

Size: 147 Bytes

Versions: 3

Compression:

Stored size: 147 Bytes

Contents

module Asciidoctor
module PDF
module TemporaryPath
  def unlink
    ::File.unlink self
  end

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
asciidoctor-pdf-1.5.0.beta.1 lib/asciidoctor-pdf/temporary_path.rb
asciidoctor-pdf-1.5.0.alpha.18 lib/asciidoctor-pdf/temporary_path.rb
asciidoctor-pdf-1.5.0.alpha.17 lib/asciidoctor-pdf/temporary_path.rb