Method: CloudFormer::Functions::Join#initialize
- Defined in:
- lib/cloud_former/functions/join.rb
#initialize(join_string, pieces) ⇒ Join
Returns a new instance of Join.
5 6 7 8 |
# File 'lib/cloud_former/functions/join.rb', line 5 def initialize(join_string, pieces) @join_string = join_string @pieces = pieces end |