Method: Vbuilder::Helper::Utility.get_template_file

Defined in:
lib/helper.rb

.get_template_fileObject



34
35
36
37
38
39
# File 'lib/helper.rb', line 34

def self.get_template_file
    template_file = "../vbuilder/templates/master.erb"
    template_file = File.expand_path(template_file, __FILE__)

    File.read(template_file)
end