Method: Puppet::Parser::AST::BlockExpression#sequence_with

Defined in:
lib/puppet/parser/ast/block_expression.rb

#sequence_with(other) ⇒ Object



8
9
10
# File 'lib/puppet/parser/ast/block_expression.rb', line 8

def sequence_with(other)
  Puppet::Parser::AST::BlockExpression.new(:children => self.children + other.children)
end