Method: TestLab::Node::ClassMethods#template_dir

Defined in:
lib/testlab/node/class_methods.rb

#template_dirObject

Returns the path to the node templates



7
8
9
# File 'lib/testlab/node/class_methods.rb', line 7

def template_dir
  File.join(TestLab.gem_dir, "lib", "testlab", "node", "templates")
end