Method: Musicality::Project.create_rakefile

Defined in:
lib/musicality/project/project.rb

.create_rakefile(dest_dir) ⇒ Object

Rakefile



128
129
130
131
132
# File 'lib/musicality/project/project.rb', line 128

def self.create_rakefile(dest_dir)
  rakefile_path = File.join(dest_dir,"Rakefile")
  File.new(rakefile_path(dest_dir),"w")
  update_rakefile(dest_dir)
end