class Terraspace::Compiler::Strategy::AbstractBase
Public Class Methods
new(mod, src_path)
click to toggle source
# File lib/terraspace/compiler/strategy/abstract_base.rb, line 3 def initialize(mod, src_path) @mod, @src_path = mod, src_path end