Method: Retrospec::Puppet::Generators::TaskGenerator#shebang

Defined in:
lib/retrospec/plugins/v1/plugin/generators/task_generator.rb

#shebangObject



24
25
26
# File 'lib/retrospec/plugins/v1/plugin/generators/task_generator.rb', line 24

def shebang
  "#!/usr/bin/env #{task_type}"
end