Module: Terraspace::Compiler::Dsl::Syntax::Mod::Locals
- Defined in:
- lib/terraspace/compiler/dsl/syntax/mod/locals.rb
Instance Method Summary collapse
Instance Method Details
#locals(props = {}) ⇒ Object
3 4 5 |
# File 'lib/terraspace/compiler/dsl/syntax/mod/locals.rb', line 3 def locals(props={}) @structure[:locals] ||= props end |