Sha256: 5f43965d47429579a21a998cf4013f4bcd0fc05581ac0922e3364ccc29f96c53
Contents?: true
Size: 214 Bytes
Versions: 2
Compression:
Stored size: 214 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
asciidoctor-pdf-1.5.0.rc.2 | lib/asciidoctor/pdf/temporary_path.rb |
asciidoctor-pdf-1.5.0.rc.1 | lib/asciidoctor/pdf/temporary_path.rb |