Method: QEDProject::Project#create_rakefile
- Defined in:
- lib/qedproject/project.rb
#create_rakefile ⇒ Object
216 217 218 |
# File 'lib/qedproject/project.rb', line 216 def create_rakefile render_template "Rakefile", File.join(self.path, "Rakefile") end |