Method: Terraspace::Mod#placeholder
- Defined in:
- lib/terraspace/mod.rb
#placeholder(name) ⇒ Object
20 21 22 23 24 25 26 |
# File 'lib/terraspace/mod.rb', line 20 def placeholder(name) if name == "placeholder" Terraspace::CLI::Build::Placeholder.new().find_stack else name end end |