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