class Temple::Mixins::GrammarDSL::Or

def after_copy(source)

def after_copy(source)
  @children = @children.map {|child| child.copy_to(@grammar) }
end