class Temple::Mixins::GrammarDSL::Root

def after_copy(source)

def after_copy(source)
  @grammar.const_set(@name, self)
  super
end