Class: Md2Pdf::TempFileCreator

Inherits:
Object
  • Object
show all
Defined in:
lib/md2pdf/converter.rb

Instance Method Summary collapse

Instance Method Details

#create_file_nameObject



31
32
33
# File 'lib/md2pdf/converter.rb', line 31

def create_file_name
  Tempfile.new('temp.pdf').path + '.pdf'
end