module TestLab::Node::ClassMethods
Public Instance Methods
template_dir()
click to toggle source
Returns the path to the node templates
# File lib/testlab/node/class_methods.rb, line 7 def template_dir File.join(TestLab.gem_dir, "lib", "testlab", "node", "templates") end