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