Sha256: b531549cc4616a8b45c5b4c91c4eb0cdc908cfb12480b6c533643d541c782bb8
Contents?: true
Size: 353 Bytes
Versions: 31
Compression:
Stored size: 353 Bytes
Contents
module Lono module Conventions # Think can make this a module, but need to figure out how it fits with lono cfn def template_param_convention(options) options = options.deep_symbolize_keys template = options[:template] || @blueprint param = options[:param] || template || @blueprint [template, param] end end end
Version data entries
31 entries across 31 versions & 1 rubygems