class Mustermann::AST::Transformer::RootTransformer

inject a union node right inside the root node if it contains or nodes @!visibility private

Public Instance Methods

union() click to toggle source

@!visibility private

# File lib/mustermann/ast/transformer.rb, line 68
def union
  self.payload = [super]
  self
end