Method: TestServer::TemplateFile#initialize

Defined in:
lib/test_server/template_file.rb

#initialize(path) ⇒ TemplateFile

Returns a new instance of TemplateFile.



7
8
9
# File 'lib/test_server/template_file.rb', line 7

def initialize(path)
  @path = ::File.expand_path(path)
end