class IDL::AST::Leaf
def copy_from(template, _)
def copy_from(template, _) @prefix = template.instance_variable_get(:@prefix) @repo_id = template.instance_variable_get(:@repo_id) @repo_ver = template.instance_variable_get(:@repo_ver) @annotations = template.instance_variable_get(:@annotations) self end