Sha256: c8003a3c8bf4b5d2ffc30959bc65ad78232aecbfaa251706c65a30783623d78b

Contents?: true

Size: 147 Bytes

Versions: 6

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

6 entries across 6 versions & 1 rubygems

Version Path
asciidoctor-pdf-1.5.0.alpha.16 lib/asciidoctor-pdf/temporary_path.rb
asciidoctor-pdf-1.5.0.alpha.15 lib/asciidoctor-pdf/temporary_path.rb
asciidoctor-pdf-1.5.0.alpha.14 lib/asciidoctor-pdf/temporary_path.rb
asciidoctor-pdf-1.5.0.alpha.13 lib/asciidoctor-pdf/temporary_path.rb
asciidoctor-pdf-1.5.0.alpha.12 lib/asciidoctor-pdf/temporary_path.rb
asciidoctor-pdf-1.5.0.alpha.11 lib/asciidoctor-pdf/temporary_path.rb