Method: VagrantWindows.load_script_template
- Defined in:
- lib/vagrant-windows.rb
.load_script_template(script_file_name, options) ⇒ Object
13 14 15 |
# File 'lib/vagrant-windows.rb', line 13 def self.load_script_template(script_file_name, ) Vagrant::Util::TemplateRenderer.render((script_file_name), ) end |