Method: Condom::CV#create

Defined in:
lib/condom/cv.rb

#createObject

This method will write in the output directory all needed files.



36
37
38
39
40
41
42
43
# File 'lib/condom/cv.rb', line 36

def create
  in_directory do
    # Create files
    build "cv.tex"
    File.rename("cv.tex", "main.tex")
    build "Makefile"
  end
end