Method: CommandLine.template
- Defined in:
- lib/command_line.rb
.template(file_name) ⇒ Object
Return the file for the given template.
36 37 38 |
# File 'lib/command_line.rb', line 36 def self.template(file_name) File.join(template_dir, file_name) end |