Method: CG::Scratch#start

Defined in:
lib/cg/scratch.rb

#startObject



19
20
21
22
# File 'lib/cg/scratch.rb', line 19

def start
  mkdir(@site) unless dir_exists?(@site)
  cp_r(Dir.glob(SKEL_PATH + '/{*,.exclude}'), @site)
end