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