Sha256: 84dcd830e112cc9c37be0a4ed0f72b0cc81051c9cb6bedeeb6d1ee2ac16861b9
Contents?: true
Size: 286 Bytes
Versions: 104
Compression:
Stored size: 286 Bytes
Contents
module Terraspace::Compiler::Dsl class Base include DslEvaluator attr_reader :structure, :options def initialize(mod, src_path) @mod, @src_path = mod, src_path @options = mod.options # so user has access to cli options @structure = {} end end end
Version data entries
104 entries across 104 versions & 1 rubygems