Skip to content

Instantly share code, notes, and snippets.

@FurryHead
Created June 7, 2011 18:15
Show Gist options
  • Save FurryHead/1012799 to your computer and use it in GitHub Desktop.
Save FurryHead/1012799 to your computer and use it in GitHub Desktop.
code_environment = load_some_code(string_or_file_or_code_object);
classObject = code_environment.SomeClass(args);
.... do stuff with classObject
code_environment = load_some_code(string);
classObject = code_environment.SomeClass(args);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment