Method: Runbook::Generators::Project#create_runbookfile
- Defined in:
- lib/runbook/generators/project/project.rb
#create_runbookfile ⇒ Object
175 176 177 178 179 180 181 182 183 |
# File 'lib/runbook/generators/project/project.rb', line 175 def create_runbookfile target = File.join( [:root], _name, "Runbookfile", ) template("templates/Runbookfile.tt", target) end |