module Asciidoctor::PDF::TemporaryPath
Public Instance Methods
exist?()
click to toggle source
# File lib/asciidoctor-pdf/temporary_path.rb, line 8 def exist? ::File.file? self end
unlink()
click to toggle source
# File lib/asciidoctor-pdf/temporary_path.rb, line 4 def unlink ::File.unlink self end