Method: Runbook::Generators::Project#create_runbookfile
- Defined in:
- lib/runbook/generators/project/project.rb
#create_runbookfile ⇒ Object
156 157 158 159 160 161 162 163 164 |
# File 'lib/runbook/generators/project/project.rb', line 156 def create_runbookfile target = File.join( [:root], _name, "Runbookfile", ) template("templates/Runbookfile.tt", target) end |