class Terraspace::Compiler::Strategy::Mod::Tf

Public Instance Methods

run() click to toggle source
# File lib/terraspace/compiler/strategy/mod/tf.rb, line 3
def run
  Terraspace::Compiler::Erb::Render.new(@mod, @src_path).build
end