Skip to content

Instantly share code, notes, and snippets.

@rippinrobr
Created November 18, 2010 01:47
Show Gist options
  • Save rippinrobr/704509 to your computer and use it in GitHub Desktop.
Save rippinrobr/704509 to your computer and use it in GitHub Desktop.
Setup for CodeDom code creations
@target_unit = CodeCompileUnit.new
@nspace_holder = CodeNamespace.new(@namespace)
@nspace_holder.Imports.Add CodeNamespaceImport.new(@model_namespace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment